Change lint rules
All checks were successful
/ build (push) Successful in 1m10s
/ clippy (push) Successful in 1m7s

This commit is contained in:
xqtc 2024-07-22 10:26:46 +02:00
parent 4d1d36e9f4
commit fd50d44fb0

View file

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