fixing some clippy warnings
Some checks are pending
/ test (push) Waiting to run

This commit is contained in:
Chris Cochrun 2025-08-18 05:35:10 -05:00
parent f3d0cd5459
commit 1847a35f1e
3 changed files with 9 additions and 8 deletions

View file

@ -49,3 +49,6 @@ opt-level = 3
[profile.release]
opt-level = 3
debug = true
[lints.rust]
mismatched_lifetime_syntaxes = "allow"