From d8adeb41de2daab15a0d30eeead9796fa58bfbc3 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Tue, 15 Jan 2019 13:06:25 +0100 Subject: Clippy fixes (also fixes build with nightly) (#1527) --- src/main.rs | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index f17f1691c..a9c3f42f0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,25 +1,4 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -use dirs; -use flatbuffers; -use getopts; -use http; -use hyper; -use hyper_rustls; -use libc; -use rand; -use remove_dir_all; -use ring; -use rustyline; -use source_map_mappings; -use tempfile; -use tokio; -use tokio_executor; -use tokio_fs; -use tokio_io; -use tokio_process; -use tokio_threadpool; -use url; - #[macro_use] extern crate lazy_static; #[macro_use] -- cgit v1.2.3