Address clippy lints on stable Rust

This commit is contained in:
Johannes Altmanninger
2024-01-12 14:07:54 +01:00
parent 6896898769
commit 4bae1f3de9
5 changed files with 6 additions and 9 deletions

View File

@@ -87,9 +87,11 @@ clippy.derivable_impls = "allow"
clippy.field_reassign_with_default = "allow"
clippy.get_first = "allow"
clippy.if_same_then_else = "allow"
clippy.len_without_is_empty = "allow"
clippy.manual_is_ascii_check = "allow"
clippy.mut_from_ref = "allow"
clippy.needless_return = "allow"
clippy.new_without_default = "allow"
clippy.option_map_unit_fn = "allow"
clippy.ptr_arg = "allow"
clippy.redundant_slicing = "allow"