chore: fix clippy lints (#963)

This commit is contained in:
Will Jones
2024-02-12 19:59:00 -08:00
committed by Weston Pace
parent 7afcfca10d
commit 1045af6c09
6 changed files with 26 additions and 30 deletions

View File

@@ -25,6 +25,7 @@ rustflags = [
"-Dclippy::dbg_macro",
# not too much we can do to avoid multiple crate versions
"-Aclippy::multiple-crate-versions",
"-Aclippy::wildcard_dependencies",
]
[target.x86_64-unknown-linux-gnu]