summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2019-01-15 13:06:25 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-01-15 07:06:25 -0500
commitd8adeb41de2daab15a0d30eeead9796fa58bfbc3 (patch)
tree030670147587a2ebc04506a3dcad7bd34bce1016 /src/main.rs
parent48ca06e420d08d15ac6653ab73c6249eb99428a7 (diff)
Clippy fixes (also fixes build with nightly) (#1527)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs21
1 files changed, 0 insertions, 21 deletions
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]