diff options
| author | Joel Martin <github@martintribe.org> | 2015-03-05 23:15:16 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-03-05 23:15:16 -0600 |
| commit | 62a05753ffa939ea5d860d0274bea3d98db20660 (patch) | |
| tree | 35339c7a85e298ab0c299815b91b7d657286a347 /rust/src/lib.rs | |
| parent | a6b7d1334b329817077fa3123b5b081c3c21a4d4 (diff) | |
| parent | 30794b71110f6c3cbd8f446de6acab3954f6555c (diff) | |
| download | mal-62a05753ffa939ea5d860d0274bea3d98db20660.tar.gz mal-62a05753ffa939ea5d860d0274bea3d98db20660.zip | |
Merge pull request #29 from kanaka/revert-28-master
Revert "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, 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; |
