diff options
Diffstat (limited to 'cli/main_runtime.rs')
-rw-r--r-- | cli/main_runtime.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/main_runtime.rs b/cli/main_runtime.rs index 23f1c23b6..83c74ceaa 100644 --- a/cli/main_runtime.rs +++ b/cli/main_runtime.rs @@ -1,7 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -#![deny(warnings)] - mod colors; mod standalone; mod tokio_util; |