mirror of
https://github.com/tokio-rs/axum.git
synced 2026-02-06 11:17:48 +00:00
fix: empty_enum renamed to empty_enums (#3642)
This commit is contained in:
parent
f8e0e6d025
commit
0dc7a055a9
@ -18,7 +18,7 @@ type_complexity = "allow"
|
||||
|
||||
await_holding_lock = "warn"
|
||||
dbg_macro = "warn"
|
||||
empty_enum = "warn"
|
||||
empty_enums = "warn"
|
||||
enum_glob_use = "warn"
|
||||
equatable_if_let = "warn"
|
||||
exit = "warn"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user