Add new linting rules

This commit is contained in:
xqtc 2024-07-22 10:23:58 +02:00
parent 0eff10688a
commit 4d1d36e9f4

View file

@ -23,6 +23,7 @@
//! # WIP THAT SHIT STILL WONKY AF
#![allow(dead_code)]
#![forbid(clippy::upper_case_acronyms)]
pub mod lex;
mod tokens;