slightly clean up the code

This commit is contained in:
nora 2025-03-10 20:26:49 +01:00
parent ae29dd0505
commit 13aec667db
4 changed files with 29 additions and 29 deletions

View file

@ -16,3 +16,7 @@ tempfile = "3.18.0"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(slow_tests)'] }
[lints.clippy]
type_complexity = "allow"
if_same_then_else = "allow"