Skip to content

Commit

Permalink
feat: Allow non camel case
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Aug 31, 2024
1 parent 5481233 commit 740141a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mona_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#![allow(unused_imports)]
#![allow(unused_variables)]
#![allow(unreachable_patterns)]
#![allow(non_camel_case_types)]
#![feature(decl_macro)]
#[macro_use] extern crate pest_derive;

Expand Down

0 comments on commit 740141a

Please sign in to comment.