diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-08-23 14:08:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-23 14:08:55 +0200 |
commit | dbcdd3a18e28627bc12312545b441f3e9d3c92af (patch) | |
tree | f13b2b654287974cc88d392bce851721a001fe9c | |
parent | f3b2f23a1d95769082c97fc966d6eeddaea9668a (diff) |
fix: duplicate import in cli/main.rs (#11813)
-rw-r--r-- | cli/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/main.rs b/cli/main.rs index 45afd0329..123f638da 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -1,7 +1,6 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. mod ast; -use std::num::NonZeroUsize; mod auth_tokens; mod checksum; mod colors; |