diff options
Diffstat (limited to 'vendor/web-sys/src/features/gen_console.rs')
-rw-r--r-- | vendor/web-sys/src/features/gen_console.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/web-sys/src/features/gen_console.rs b/vendor/web-sys/src/features/gen_console.rs index a84ed2b4a..b7abd12c1 100644 --- a/vendor/web-sys/src/features/gen_console.rs +++ b/vendor/web-sys/src/features/gen_console.rs @@ -1,5 +1,6 @@ pub mod console { #![allow(unused_imports)] + #![allow(clippy::all)] use super::super::*; use wasm_bindgen::prelude::*; #[wasm_bindgen] |