Add new linting rules
This commit is contained in:
parent
0eff10688a
commit
4d1d36e9f4
|
@ -23,6 +23,7 @@
|
||||||
//! # WIP THAT SHIT STILL WONKY AF
|
//! # WIP THAT SHIT STILL WONKY AF
|
||||||
|
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
#![forbid(clippy::upper_case_acronyms)]
|
||||||
|
|
||||||
pub mod lex;
|
pub mod lex;
|
||||||
mod tokens;
|
mod tokens;
|
||||||
|
|
Loading…
Reference in a new issue