Use #[expect], lint reasons

This commit is contained in:
Lambda 2024-09-05 19:01:22 +00:00
parent e14b7f28f2
commit b09c44a0ca
49 changed files with 157 additions and 161 deletions

View file

@ -19,6 +19,8 @@ unused_qualifications = "warn"
pedantic = { level = "warn", priority = -1 }
# Lints. Keep alphabetically sorted
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
as_conversions = "warn"
assertions_on_result_states = "warn"
dbg_macro = "warn"