summaryrefslogtreecommitdiff
path: root/cli/main.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-08-23 14:08:55 +0200
committerGitHub <noreply@github.com>2021-08-23 14:08:55 +0200
commitdbcdd3a18e28627bc12312545b441f3e9d3c92af (patch)
treef13b2b654287974cc88d392bce851721a001fe9c /cli/main.rs
parentf3b2f23a1d95769082c97fc966d6eeddaea9668a (diff)
fix: duplicate import in cli/main.rs (#11813)
Diffstat (limited to 'cli/main.rs')
-rw-r--r--cli/main.rs1
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;