chore(lints): fix regression caused by rust 1.98.0

This commit is contained in:
CleverWild
2026-08-25 20:35:45 +02:00
parent 438bfd4ca1
commit 0826bed85f

View File

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