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 c61e907 commit da9ccc7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 12 additions & 0 deletions mona_generate/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_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)]
#![allow(noop_method_call)]

pub mod gen_meta;
pub mod escape;
Expand Down
1 change: 0 additions & 1 deletion mona_wasm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#![allow(unused_imports)]
#![allow(clippy::approx_constant)]
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unreachable_patterns)]
#![allow(clippy::approx_constant)]
Expand Down

0 comments on commit da9ccc7

Please sign in to comment.