Skip to content

Commit c23ebe2

Browse files
authored
Merge pull request #8277 from cakebaker/cargo_toml_remove_lint
Cargo.toml: remove `match_on_vec_items` lint
2 parents dcc5492 + 7ead512 commit c23ebe2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ LIBSTDBUF_DIR = "/usr/lib"
99
# libstdbuf must be a shared library, so musl libc can't be linked statically
1010
# https://github.com/rust-lang/rust/issues/82193
1111
[build]
12-
rustflags = [ "-C", "target-feature=-crt-static" ]
12+
rustflags = ["-C", "target-feature=-crt-static"]

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -667,8 +667,7 @@ return_self_not_must_use = "allow" # 8
667667
needless_pass_by_value = "allow" # 8
668668
# manual_let_else = "allow" # 8
669669
# needless_raw_string_hashes = "allow" # 7
670-
match_on_vec_items = "allow" # 6
671-
inline_always = "allow" # 6
670+
inline_always = "allow" # 6
672671
# format_push_string = "allow" # 6
673672
fn_params_excessive_bools = "allow" # 6
674673
# single_char_pattern = "allow" # 4

0 commit comments

Comments
 (0)