chore(lints): fix regression caused by rust 1.98.0

This commit is contained in:
CleverWild
2026-08-25 20:35:45 +02:00
committed by Skipper
parent 957c5096df
commit f03997ea56

View File

@@ -167,3 +167,4 @@ nursery = { level = "warn", priority = -1 }
pedantic = { level = "warn", priority = -1 }
type_repetition_in_bounds = "allow" # sometimes, it's better for readability this way
unused_async_trait_impl = "allow"