aboutsummaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2015-03-05 20:01:29 -0500
committerAndrew Gallant <jamslam@gmail.com>2015-03-05 20:01:29 -0500
commit9522f103b34a5c35cd0a004f55afe6cc0194a435 (patch)
tree2b484792a265b1f785465f6ae8c366e7dc6a4419 /rust/src/lib.rs
parent9106a221b8fa2c06ab7d66e54c0f9c9b6efa3ba6 (diff)
downloadmal-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.rs1
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;