diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 6a013bea0..a43f62642 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,6 @@ extern crate rand; extern crate sha1; extern crate tempfile; extern crate tokio; -extern crate tokio_current_thread; extern crate url; #[macro_use] extern crate log; |