Skip to content

Commit f9567ff

Browse files
committed
Remove empty libs entirely.
1 parent 3a97f5d commit f9567ff

File tree

4 files changed

+3
-15
lines changed

4 files changed

+3
-15
lines changed

alloc_miri_test/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ autotests = false
55
autobenches = false
66
edition = "2021"
77

8-
[lib]
9-
name = "alloc_miri_test"
10-
path = "../empty.rs"
11-
test = false
12-
bench = false
13-
148
[dev-dependencies]
159
rand = { version = "0.8.5", default-features = false, features = ["alloc"] }
1610
rand_xorshift = "0.3.0"

ci-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ core)
1717
for TARGET in x86_64-unknown-linux-gnu mips-unknown-linux-gnu; do
1818
echo "::group::Testing core ($TARGET, no validation, no Stacked Borrows, symbolic alignment)"
1919
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-disable-validation -Zmiri-disable-stacked-borrows -Zmiri-symbolic-alignment-check" \
20-
./run-test.sh core --target $TARGET --lib --tests \
20+
./run-test.sh core --target $TARGET --tests \
2121
-- --skip align \
2222
2>&1 | ts -i '%.s '
2323
echo "::endgroup::"
2424
echo "::group::Testing core ($TARGET)"
2525
MIRIFLAGS="$DEFAULTFLAGS" \
26-
./run-test.sh core --target $TARGET --lib --tests \
26+
./run-test.sh core --target $TARGET --tests \
2727
2>&1 | ts -i '%.s '
2828
echo "::endgroup::"
2929
echo "::group::Testing core docs ($TARGET, ignore leaks)" && echo
@@ -39,7 +39,7 @@ alloc)
3939
for TARGET in x86_64-unknown-linux-gnu mips-unknown-linux-gnu; do
4040
echo "::group::Testing alloc ($TARGET, symbolic alignment)"
4141
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-symbolic-alignment-check" \
42-
./run-test.sh alloc --target $TARGET --lib --tests \
42+
./run-test.sh alloc --target $TARGET --tests \
4343
2>&1 | ts -i '%.s '
4444
echo "::endgroup::"
4545
echo "::group::Testing alloc docs ($TARGET, ignore leaks)"

core_miri_test/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ autotests = false
66
autobenches = false
77
edition = "2021"
88

9-
[lib]
10-
name = "core_miri_test"
11-
path = "../empty.rs"
12-
test = false
13-
bench = false
14-
159
[[test]]
1610
name = "coretests"
1711
path = "../library/core/tests/lib.rs"

empty.rs

Whitespace-only changes.

0 commit comments

Comments
 (0)