Clippy and warning clean-ups.

This commit is contained in:
2023-03-24 11:09:55 -05:00
parent 662e954720
commit c3e1c90261
3 changed files with 33 additions and 22 deletions

View File

@@ -6,7 +6,7 @@ mod location;
mod simplify;
mod tokens;
lalrpop_mod!(
#[allow(clippy::just_underscores_and_digits)]
#[allow(clippy::just_underscores_and_digits, clippy::clone_on_copy)]
parser,
"/syntax/parser.rs"
);