diff options
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index b45010c4d..0068b9a93 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -1,7 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -#![deny(warnings)] - pub use deno_console; pub use deno_crypto; pub use deno_fetch; |