Fix new clippy warning

It seems to have been introduced in Rust v1.91.0.
This commit is contained in:
Oliver Hamlet
2025-11-10 18:33:49 +00:00
parent f951e2087c
commit c7bd60cb74
-1
View File
@@ -112,7 +112,6 @@ rest_pat_in_fully_bound_structs = "forbid"
str_to_string = "forbid"
string_lit_chars_any = "forbid"
string_slice = "forbid"
string_to_string = "forbid"
suspicious_xor_used_as_pow = "forbid"
tests_outside_test_module = "forbid"
todo = "forbid"