diff options
Diffstat (limited to 'cli/main.rs')
-rw-r--r-- | cli/main.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/main.rs b/cli/main.rs index 38e67f46a..319811460 100644 --- a/cli/main.rs +++ b/cli/main.rs @@ -1,7 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -#![deny(warnings)] - mod ast; mod auth_tokens; mod checksum; |