chore(cargo-clippy): rm no-op lint line

This commit is contained in:
Rudxain 2026-01-17 10:11:02 -04:00
commit 40e5281ee0

View file

@ -70,7 +70,6 @@ format_push_string = "warn"
large_include_file = "warn"
shadow_unrelated = "warn"
struct_field_names = "allow" # annoying
module_name_repetitions = "allow" # annoying
disallowed_types = "deny"
disallowed_methods = "deny"