fix: Allow cargo_common_metadata clippy lint
This commit is contained in:
parent
8cf2d175d6
commit
d48cc46643
1 changed files with 2 additions and 0 deletions
|
|
@ -839,6 +839,8 @@ unknown_lints = "allow"
|
|||
|
||||
###################
|
||||
cargo = { level = "warn", priority = -1 }
|
||||
# Nobody except for us should be consuming these crates, they don't need metadata
|
||||
cargo_common_metadata = { level = "allow"}
|
||||
|
||||
## some sadness
|
||||
multiple_crate_versions = { level = "allow", priority = 1 }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue