diff options
-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; |