clippy: disable the box_default lint, take 2

This commit is contained in:
Benjamin Bouvier
2024-04-30 10:55:02 +02:00
parent e0b4e2c35d
commit 0ebedfe286
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -38,7 +38,6 @@ rustflags = [
"-Wclippy::nonstandard_macro_braces",
"-Wclippy::str_to_string",
"-Wclippy::todo",
"-Aclippy::box_default"
]
[target.'cfg(target_arch = "wasm32")']
+1
View File
@@ -111,3 +111,4 @@ const_panic = { git = "https://github.com/jplatte/const_panic", rev = "9024a4cb3
[workspace.lints.clippy]
assigning_clones = "allow"
box_default = "allow"