summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2016-09-13 21:21:36 -0400
committerAndrew Gallant <jamslam@gmail.com>2016-09-13 21:21:36 -0400
commit983c7fd6f9baa9d5ddb4becfb5d8febd48fbd096 (patch)
tree361237148d09b6bc37f5e84c378cd4f6e4210de2 /src/main.rs
parent7cd02e9b7e161fb6a85c7391650d5db1f3890aa0 (diff)
We don't use thread_local any more, so remove it.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index a8c82d04..fb04188a 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -15,7 +15,6 @@ extern crate num_cpus;
extern crate regex;
extern crate rustc_serialize;
extern crate term;
-extern crate thread_local;
extern crate walkdir;
#[cfg(windows)]
extern crate winapi;