update lints

This commit is contained in:
Alex Janka 2024-12-26 14:54:41 +11:00
parent f32ec336a2
commit d032d0120f

View file

@ -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 }