From dbcdd3a18e28627bc12312545b441f3e9d3c92af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 23 Aug 2021 14:08:55 +0200 Subject: fix: duplicate import in cli/main.rs (#11813) --- cli/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/main.rs') 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; -- cgit v1.2.3