diff options
| author | Andrew Gallant <jamslam@gmail.com> | 2015-03-05 20:01:29 -0500 |
|---|---|---|
| committer | Andrew Gallant <jamslam@gmail.com> | 2015-03-05 20:01:29 -0500 |
| commit | 9522f103b34a5c35cd0a004f55afe6cc0194a435 (patch) | |
| tree | 2b484792a265b1f785465f6ae8c366e7dc6a4419 /rust/src/lib.rs | |
| parent | 9106a221b8fa2c06ab7d66e54c0f9c9b6efa3ba6 (diff) | |
| download | mal-9522f103b34a5c35cd0a004f55afe6cc0194a435.tar.gz mal-9522f103b34a5c35cd0a004f55afe6cc0194a435.zip | |
Replace `pcre` with Rust-implemented regex crate (based on RE2).
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 04eda85..63fab44 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -1,7 +1,6 @@ #![feature(io, fs, core, std_misc, collections)] extern crate libc; -extern crate pcre; extern crate regex; extern crate time; |
