Minor linting tweaks

This commit is contained in:
Juno Takano 2026-01-05 13:16:54 -03:00
commit a997f538c3
3 changed files with 3 additions and 1 deletions

View file

@ -124,6 +124,7 @@ ref_option_ref = "warn"
return_self_not_must_use = "warn"
same_functions_in_if_condition = "warn"
semicolon_if_nothing_returned = "warn"
set_contains_or_insert = "warn"
should_panic_without_expect = "warn"
similar_names = "warn"
str_split_at_newline = "warn"