Skip to content

Commit

Permalink
more allows
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Mar 18, 2024
1 parent 1564f44 commit 0686ebe
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mona_wasm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
#![allow(unused_imports)]
#![allow(clippy::approx_constant)]
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unreachable_patterns)]
#![allow(clippy::approx_constant)]
#![allow(unused_mut)]
#![allow(unused_assignments)]
#![allow(dead_code)]
#![allow(unused_macros)]
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unreachable_patterns)]
#![allow(unused_must_use)]

// pub mod character;
// pub mod attribute;
Expand Down

0 comments on commit 0686ebe

Please sign in to comment.