Skip to content

Commit 736445b

Browse files
authored
Repo: Remove deprecated clippy lint (#1703)
There's no need for a replacement, as general purpose indexing is fine.
1 parent a7827a2 commit 736445b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ inefficient_to_string = "warn"
638638
linkedlist = "warn"
639639
lossy_float_literal = "warn"
640640
macro_use_imports = "warn"
641-
match_on_vec_items = "warn"
642641
option_option = "warn"
643642
ptr_as_ptr = "warn"
644643
ptr_cast_constness = "warn"

xsync/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ inefficient_to_string = "warn"
5757
linkedlist = "warn"
5858
lossy_float_literal = "warn"
5959
macro_use_imports = "warn"
60-
match_on_vec_items = "warn"
6160
needless_continue = "warn"
6261
option_option = "warn"
6362
ptr_as_ptr = "warn"

0 commit comments

Comments
 (0)