aboutsummaryrefslogtreecommitdiff
path: root/examples/shootout-regex-dna-bytes.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples/shootout-regex-dna-bytes.rs')
-rw-r--r--examples/shootout-regex-dna-bytes.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/shootout-regex-dna-bytes.rs b/examples/shootout-regex-dna-bytes.rs
index ac4c115..773fd9b 100644
--- a/examples/shootout-regex-dna-bytes.rs
+++ b/examples/shootout-regex-dna-bytes.rs
@@ -5,8 +5,6 @@
// contributed by TeXitoi
// contributed by BurntSushi
-extern crate regex;
-
use std::io::{self, Read};
use std::sync::Arc;
use std::thread;