From fa23658ef0f5f7921250dac1c63c764071387e93 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 23 Jun 2025 12:31:39 -0700 Subject: [PATCH] web: remove now obsolete allow directive --- web/src/main.rs | 2 -- 1 file changed, 2 deletions(-) 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;