mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 11:01:08 +00:00
chore: make it possible override clippy all (#1698)
* chore: make it possible override `clippy all` * chore: fix clippy lints * Update Cargo.toml
This commit is contained in:
+2
-1
@@ -57,7 +57,8 @@ unused_extern_crates = "deny"
|
||||
|
||||
[workspace.lints.clippy]
|
||||
type_complexity = "allow"
|
||||
all = "deny"
|
||||
# Priority -1 means that it can overwritten by other lints, https://rust-lang.github.io/rust-clippy/master/index.html#/lint_groups_priority
|
||||
all = { level = "deny", priority = -1 }
|
||||
# https://github.com/rust-lang/rust-clippy/issues/12643
|
||||
manual-unwrap-or-default = "allow"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user