allow non snake case

This commit is contained in:
MeexReay 2025-04-14 15:45:49 +03:00
parent a414c7b875
commit 4aa1454fc5

View File

@ -1,4 +1,4 @@
#[warn(non_snake_case)] #![allow(non_snake_case)]
mod proto; mod proto;