summaryrefslogtreecommitdiff
path: root/runtime/lib.rs
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2021-04-26 10:10:57 -0400
committerGitHub <noreply@github.com>2021-04-26 10:10:57 -0400
commit9c3da280e0b8331861d3420ea4b5cedc2b6131b0 (patch)
tree83c85bd051676df11c059845e449e944f54da982 /runtime/lib.rs
parentcdd2355f0f516e55ef638f38006677003685a92f (diff)
remove #![deny(warnings)] (#10376)
Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot enable yet due to #10378.
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r--runtime/lib.rs2
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;