Skip to content

Commit 3a97f5d

Browse files
committed
Remove unnecessary fake/core dependency.
1 parent 60ac3b6 commit 3a97f5d

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

fake/core/Cargo.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

fake/core/lib.rs

Lines changed: 0 additions & 5 deletions
This file was deleted.

std_miri_test/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ path = "../library/std/src/lib.rs"
1717
# just a bunch of fake crates that reeexport sysroot crates, so that std's imports work out
1818
# (this works because we only build std as a test; the regular crate build is
1919
# completely empty thanks to the `miri-test-libstd` feature below)
20-
core = { path = "../fake/core" }
2120
alloc = { path = "../fake/alloc" }
2221
cfg-if = { path = "../fake/cfg-if" }
2322
libc = { path = "../fake/libc" }

0 commit comments

Comments
 (0)