resolve wildcard_imports and checked_conversations lints

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-04-04 23:21:04 -04:00 committed by June
parent f0a0704a93
commit 1b84f5a855
4 changed files with 7 additions and 4 deletions

View file

@ -527,6 +527,8 @@ explicit_deref_methods = "warn"
explicit_iter_loop = "warn"
manual_let_else = "warn"
trivially_copy_pass_by_ref = "warn"
wildcard_imports = "warn"
checked_conversions = "warn"
# some sadness
missing_errors_doc = "allow"