aboutsummaryrefslogtreecommitdiff
path: root/rust/src/lib.rs
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2015-03-05 23:22:56 -0600
committerJoel Martin <github@martintribe.org>2015-03-05 23:22:56 -0600
commit55a253cbce32b854e4f062798aa90989d4bcda79 (patch)
tree2b484792a265b1f785465f6ae8c366e7dc6a4419 /rust/src/lib.rs
parent62a05753ffa939ea5d860d0274bea3d98db20660 (diff)
downloadmal-55a253cbce32b854e4f062798aa90989d4bcda79.tar.gz
mal-55a253cbce32b854e4f062798aa90989d4bcda79.zip
Revert "Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2).""
This reverts commit 30794b71110f6c3cbd8f446de6acab3954f6555c.
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;