chore(lints): fix regression caused by rust 1.98.0
This commit is contained in:
@@ -167,3 +167,4 @@ nursery = { level = "warn", priority = -1 }
|
|||||||
pedantic = { level = "warn", priority = -1 }
|
pedantic = { level = "warn", priority = -1 }
|
||||||
|
|
||||||
type_repetition_in_bounds = "allow" # sometimes, it's better for readability this way
|
type_repetition_in_bounds = "allow" # sometimes, it's better for readability this way
|
||||||
|
unused_async_trait_impl = "allow"
|
||||||
|
|||||||
Reference in New Issue
Block a user