Skip to content

Commit

Permalink
fix: Allow non snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
wormtql committed Sep 22, 2024
1 parent b87b065 commit cbad254
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 @@ -10,6 +10,7 @@
#![allow(unused_variables)]
#![allow(unreachable_patterns)]
#![allow(non_camel_case_types)]
#![allow(non_snake_case)]
#![feature(decl_macro)]
#[macro_use] extern crate pest_derive;

Expand Down

0 comments on commit cbad254

Please sign in to comment.