Skip to content

Commit

Permalink
feat: Add more allows
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Mar 18, 2024
1 parent 96a28f5 commit 039e5cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mona_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
#![allow(unused_assignments)]
#![allow(dead_code)]
#![allow(unused_macros)]
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unreachable_patterns)]
#![feature(decl_macro)]
#[macro_use] extern crate pest_derive;

Expand Down

0 comments on commit 039e5cd

Please sign in to comment.