aboutsummaryrefslogtreecommitdiff
path: root/benches
diff options
context:
space:
mode:
Diffstat (limited to 'benches')
-rw-r--r--benches/thread_local.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/benches/thread_local.rs b/benches/thread_local.rs
index ccad665..dd4716d 100644
--- a/benches/thread_local.rs
+++ b/benches/thread_local.rs
@@ -1,6 +1,3 @@
-extern crate criterion;
-extern crate thread_local;
-
use criterion::{black_box, BatchSize};
use thread_local::ThreadLocal;