From 9c3da280e0b8331861d3420ea4b5cedc2b6131b0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 26 Apr 2021 10:10:57 -0400 Subject: remove #![deny(warnings)] (#10376) Prefer RUSTFLAGS="-D warnings" to prevent warnings, but cannot enable yet due to #10378. --- op_crates/webgpu/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'op_crates/webgpu/lib.rs') 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; -- cgit v1.2.3