Skip to content

Commit 668ea44

Browse files
authored
Rollup merge of #108432 - klensy:test-deps, r=Mark-Simulacrum
test: drop unused deps Looks unused. Anyway, tests should catch any breakage.
2 parents 261bc4c + 1b2ab92 commit 668ea44

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ edition = "2021"
77
crate-type = ["dylib", "rlib"]
88

99
[dependencies]
10-
cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
1110
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
1211
std = { path = "../std" }
1312
core = { path = "../core" }
14-
libc = { version = "0.2", default-features = false }
1513
panic_unwind = { path = "../panic_unwind" }
1614
panic_abort = { path = "../panic_abort" }
1715

0 commit comments

Comments
 (0)