clippy: disable the box_default lint, take 2
This commit is contained in:
@@ -38,7 +38,6 @@ rustflags = [
|
||||
"-Wclippy::nonstandard_macro_braces",
|
||||
"-Wclippy::str_to_string",
|
||||
"-Wclippy::todo",
|
||||
"-Aclippy::box_default"
|
||||
]
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")']
|
||||
|
||||
@@ -111,3 +111,4 @@ const_panic = { git = "https://github.com/jplatte/const_panic", rev = "9024a4cb3
|
||||
|
||||
[workspace.lints.clippy]
|
||||
assigning_clones = "allow"
|
||||
box_default = "allow"
|
||||
|
||||
Reference in New Issue
Block a user