aboutsummaryrefslogtreecommitdiff
path: root/examples/shootout-regex-dna-cheat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shootout-regex-dna-cheat.rs')
-rw-r--r--examples/shootout-regex-dna-cheat.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/shootout-regex-dna-cheat.rs b/examples/shootout-regex-dna-cheat.rs
index c7395b7..1bde7ab 100644
--- a/examples/shootout-regex-dna-cheat.rs
+++ b/examples/shootout-regex-dna-cheat.rs
@@ -10,8 +10,6 @@
// replacing them with a single linear scan. i.e., it re-implements
// `replace_all`. As a result, this is around 25% faster. ---AG
-extern crate regex;
-
use std::io::{self, Read};
use std::sync::Arc;
use std::thread;