chore(clippy): Remove old redundant lint

This commit is contained in:
Jade Ellis 2025-11-10 22:30:22 +00:00 committed by Ellis Git
parent f9c42bbadc
commit f7bd9eaba8

View file

@ -947,7 +947,7 @@ semicolon_outside_block = "warn"
str_to_string = "warn"
string_lit_chars_any = "warn"
string_slice = "warn"
string_to_string = "warn"
suspicious_xor_used_as_pow = "warn"
tests_outside_test_module = "warn"
try_err = "warn"