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 da9ccc7 commit aa5fe80
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions mona_derive/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
#![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)]
#![allow(noop_method_call)]

extern crate proc_macro;
use proc_macro::TokenStream;

Expand Down

0 comments on commit aa5fe80

Please sign in to comment.