Skip to content

Commit 34e78f0

Browse files
authored
Merge branch 'main' into example_ld_fix
2 parents f9ddcde + 844a21a commit 34e78f0

770 files changed

Lines changed: 32614 additions & 13652 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.cargo/config.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ linker = "x86_64-unknown-redox-gcc"
88
linker = "aarch64-linux-gnu-gcc"
99
[target.riscv64gc-unknown-linux-musl]
1010
rustflags = ["-C", "target-feature=+crt-static"]
11+
[target.'cfg(target_env = "msvc")']
12+
rustflags = ["-C", "target-feature=+crt-static"]
1113

1214
[env]
1315
# See feat_external_libstdbuf in src/uu/stdbuf/Cargo.toml
1416
LIBSTDBUF_DIR = "/usr/local/libexec/coreutils"
15-
16-
# remove me
17-
[build]
18-
rustflags = ["-A", "clippy::collapsible_if"]

.clippy.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
allow-mixed-uninlined-format-args = false
2+
array-size-threshold = 65538
13
avoid-breaking-exported-api = false
24
check-private-items = true
35
cognitive-complexity-threshold = 24
46
missing-docs-in-crate-items = true
5-
allow-mixed-uninlined-format-args = false

0 commit comments

Comments
 (0)