File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed
Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -616,25 +616,10 @@ strip = true
616616inherits = " release"
617617debug = true
618618
619- [lints .clippy ]
620- multiple_crate_versions = " allow"
621- cargo_common_metadata = " allow"
622- missing_panics_doc = " allow"
623- # TODO remove when https://github.com/rust-lang/rust-clippy/issues/13774 is fixed
624- large_stack_arrays = " allow"
625-
626- needless_pass_by_value = " warn"
627- semicolon_if_nothing_returned = " warn"
628- single_char_pattern = " warn"
629- explicit_iter_loop = " warn"
630- if_not_else = " warn"
631-
632- all = { level = " deny" , priority = -1 }
633- cargo = { level = " warn" , priority = -1 }
634- pedantic = { level = " deny" , priority = -1 }
619+ [lints ]
620+ workspace = true
635621
636622# This is the linting configuration for all crates.
637- # Eventually the clippy settings from the `[lints]` section should be moved here.
638623# In order to use these, all crates have `[lints] workspace = true` section.
639624[workspace .lints .rust ]
640625# Allow "fuzzing" as a "cfg" condition name
You can’t perform that action at this time.
0 commit comments