style: warn enum_glob_use

This commit is contained in:
cyqsimon
2024-04-14 19:36:50 +08:00
committed by GitHub
parent ed98d0f843
commit 7f882ccaee
3 changed files with 47 additions and 45 deletions

View File

@@ -20,6 +20,7 @@ members = [
]
[workspace.lints.clippy]
enum_glob_use = "warn"
use_self = "deny"
multiple_inherent_impl = "deny"