1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

Cargo.toml: remove match_on_vec_items lint

it has been removed from clippy
This commit is contained in:
Daniel Hofstetter 2025-06-27 14:57:40 +02:00
parent fb2399f56b
commit 85952a07a2

View file

@ -667,7 +667,6 @@ return_self_not_must_use = "allow" # 8
needless_pass_by_value = "allow" # 8
# manual_let_else = "allow" # 8
# needless_raw_string_hashes = "allow" # 7
match_on_vec_items = "allow" # 6
inline_always = "allow" # 6
# format_push_string = "allow" # 6
fn_params_excessive_bools = "allow" # 6