update lints
This commit is contained in:
parent
f32ec336a2
commit
d032d0120f
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ reqwest = { version = "0.12.9", default-features = false, features = [
|
||||||
|
|
||||||
[lints.clippy]
|
[lints.clippy]
|
||||||
pedantic = "warn"
|
pedantic = "warn"
|
||||||
|
module-name-repetitions = { level = "allow", priority = 1 }
|
||||||
struct-excessive-bools = { level = "allow", priority = 1 }
|
struct-excessive-bools = { level = "allow", priority = 1 }
|
||||||
too-many-lines = { level = "allow", priority = 1 }
|
too-many-lines = { level = "allow", priority = 1 }
|
||||||
default-trait-access = { level = "allow", priority = 1 }
|
default-trait-access = { level = "allow", priority = 1 }
|
||||||
|
|
Loading…
Add table
Reference in a new issue