mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
remove #![deny(warnings)] (#10376)
Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot enable yet due to #10378.
This commit is contained in:
parent
cdd2355f0f
commit
9c3da280e0
9 changed files with 3 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue