summaryrefslogtreecommitdiff
path: root/cli/test_runner.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2020-04-04 13:41:16 +1100
committerGitHub <noreply@github.com>2020-04-03 22:41:16 -0400
commitf5274072870558973f70b7fad30c078647790d6c (patch)
tree604e22e18315ed44adad980c2a42f46aeafbf076 /cli/test_runner.rs
parent0db04d6a429eb498e854a5fc1ef905b87dea5e4d (diff)
clippy (#4618)
Diffstat (limited to 'cli/test_runner.rs')
-rw-r--r--cli/test_runner.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/test_runner.rs b/cli/test_runner.rs
index 3f94be69a..dd87ab7ec 100644
--- a/cli/test_runner.rs
+++ b/cli/test_runner.rs
@@ -3,7 +3,6 @@
use crate::fs as deno_fs;
use crate::installer::is_remote_url;
use deno_core::ErrBox;
-use std;
use std::path::Path;
use std::path::PathBuf;
use url::Url;