aboutsummaryrefslogtreecommitdiff
path: root/examples/shootout-regex-dna-replace.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shootout-regex-dna-replace.rs')
-rw-r--r--examples/shootout-regex-dna-replace.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/shootout-regex-dna-replace.rs b/examples/shootout-regex-dna-replace.rs
index 681e077..20694e0 100644
--- a/examples/shootout-regex-dna-replace.rs
+++ b/examples/shootout-regex-dna-replace.rs
@@ -1,5 +1,3 @@
-extern crate regex;
-
use std::io::{self, Read};
macro_rules! regex {