We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcc5492 + 7ead512 commit c23ebe2Copy full SHA for c23ebe2
2 files changed
.cargo/config.toml
@@ -9,4 +9,4 @@ LIBSTDBUF_DIR = "/usr/lib"
9
# libstdbuf must be a shared library, so musl libc can't be linked statically
10
# https://github.com/rust-lang/rust/issues/82193
11
[build]
12
-rustflags = [ "-C", "target-feature=-crt-static" ]
+rustflags = ["-C", "target-feature=-crt-static"]
Cargo.toml
@@ -667,8 +667,7 @@ return_self_not_must_use = "allow" # 8
667
needless_pass_by_value = "allow" # 8
668
# manual_let_else = "allow" # 8
669
# needless_raw_string_hashes = "allow" # 7
670
-match_on_vec_items = "allow" # 6
671
-inline_always = "allow" # 6
+inline_always = "allow" # 6
672
# format_push_string = "allow" # 6
673
fn_params_excessive_bools = "allow" # 6
674
# single_char_pattern = "allow" # 4
0 commit comments