diff --git a/web/src/main.rs b/web/src/main.rs index cd9db27..a4dd3e9 100644 --- a/web/src/main.rs +++ b/web/src/main.rs @@ -2,8 +2,6 @@ // - it's useful when you want to check your code with `cargo make verify` // but some rules are too "annoying" or are not applicable for your case.) #![allow(clippy::wildcard_imports)] -// Until https://github.com/rust-lang/rust/issues/138762 is addressed in dependencies -#![allow(wasm_c_abi)] use log::Level; use seed::App;