Skip to content

Commit 7ead512

Browse files
committed
Cargo.toml/config.toml: format files
1 parent 85952a0 commit 7ead512

2 files changed

Lines changed: 2 additions & 2 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +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-
inline_always = "allow" # 6
670+
inline_always = "allow" # 6
671671
# format_push_string = "allow" # 6
672672
fn_params_excessive_bools = "allow" # 6
673673
# single_char_pattern = "allow" # 4

0 commit comments

Comments
 (0)