Clean up diff

This commit is contained in:
Andras Schmelczer 2026-05-09 15:16:16 +01:00
parent 3a20a7c2f8
commit 6d40097bcd
11 changed files with 52 additions and 164 deletions

View file

@ -51,7 +51,8 @@ missing_debug_implementations = "warn"
[lints.clippy]
await_holding_lock = "warn"
dbg_macro = "warn"
empty_enum = "warn"
disallowed_macros = { level = "deny", priority = 1 }
empty_enums = "warn"
enum_glob_use = "warn"
exit = "warn"
filter_map_next = "warn"