resolve or_fun_call clippy lint

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-03-02 17:09:10 -05:00 committed by June
parent 93cc98a04c
commit cde6fdd741
7 changed files with 21 additions and 13 deletions

View file

@ -257,5 +257,5 @@ unseparated_literal_suffix = "warn"
# unwrap_used = "warn"
# expect_used = "warn"
wildcard_dependencies = "warn"
# or_fun_call = "warn"
or_fun_call = "warn"
unnecessary_lazy_evaluations = "warn"