diff options
| author | Joel Martin <github@martintribe.org> | 2015-03-05 23:14:56 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-03-05 23:14:56 -0600 |
| commit | 30794b71110f6c3cbd8f446de6acab3954f6555c (patch) | |
| tree | 35339c7a85e298ab0c299815b91b7d657286a347 /rust/src/lib.rs | |
| parent | a6b7d1334b329817077fa3123b5b081c3c21a4d4 (diff) | |
| download | mal-revert-28-master.tar.gz mal-revert-28-master.zip | |
Revert "Replace `pcre` with Rust-implemented regex crate (based on RE2)."revert-28-master
Diffstat (limited to 'rust/src/lib.rs')
| -rw-r--r-- | rust/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust/src/lib.rs b/rust/src/lib.rs index 63fab44..04eda85 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -1,6 +1,7 @@ #![feature(io, fs, core, std_misc, collections)] extern crate libc; +extern crate pcre; extern crate regex; extern crate time; |
