mirror of
https://github.com/loot/loot-condition-interpreter.git
synced 2026-07-27 14:16:09 -07:00
Fix new clippy warning
It seems to have been introduced in Rust v1.91.0.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user