remove #![deny(warnings)] (#10376)

Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot 
enable yet due to #10378.
This commit is contained in:
Ryan Dahl 2021-04-26 10:10:57 -04:00 committed by GitHub
parent cdd2355f0f
commit 9c3da280e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 3 additions and 25 deletions

View file

@ -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;