diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-04-04 13:41:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-03 22:41:16 -0400 |
commit | f5274072870558973f70b7fad30c078647790d6c (patch) | |
tree | 604e22e18315ed44adad980c2a42f46aeafbf076 /cli/deno_dir.rs | |
parent | 0db04d6a429eb498e854a5fc1ef905b87dea5e4d (diff) |
clippy (#4618)
Diffstat (limited to 'cli/deno_dir.rs')
-rw-r--r-- | cli/deno_dir.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/deno_dir.rs b/cli/deno_dir.rs index 44f97abbd..40496704a 100644 --- a/cli/deno_dir.rs +++ b/cli/deno_dir.rs @@ -1,7 +1,5 @@ // Copyright 2018-2020 the Deno authors. All rights reserved. MIT license. use crate::disk_cache::DiskCache; -use dirs; -use std; use std::path::PathBuf; /// `DenoDir` serves as coordinator for multiple `DiskCache`s containing them |