diff options
Diffstat (limited to 'op_crates')
-rw-r--r-- | op_crates/crypto/lib.rs | 2 | ||||
-rw-r--r-- | op_crates/fetch/lib.rs | 2 | ||||
-rw-r--r-- | op_crates/webgpu/lib.rs | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/op_crates/crypto/lib.rs b/op_crates/crypto/lib.rs index c74b1b2c2..8b4d34a7c 100644 --- a/op_crates/crypto/lib.rs +++ b/op_crates/crypto/lib.rs @@ -1,7 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -#![deny(warnings)] - use deno_core::error::null_opbuf; use deno_core::error::AnyError; use deno_core::JsRuntime; diff --git a/op_crates/fetch/lib.rs b/op_crates/fetch/lib.rs index 41fb153e0..ad96dea46 100644 --- a/op_crates/fetch/lib.rs +++ b/op_crates/fetch/lib.rs @@ -1,7 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -#![deny(warnings)] - use deno_core::error::bad_resource_id; use deno_core::error::generic_error; use deno_core::error::null_opbuf; diff --git a/op_crates/webgpu/lib.rs b/op_crates/webgpu/lib.rs index 0dd18ca8e..62ec08ce7 100644 --- a/op_crates/webgpu/lib.rs +++ b/op_crates/webgpu/lib.rs @@ -1,7 +1,5 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -#![deny(warnings)] - use deno_core::error::AnyError; use deno_core::error::{bad_resource_id, not_supported}; use deno_core::OpState; |