Skip to content

Commit 4ab1c74

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 5196e91 + c3749dd commit 4ab1c74

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -5497,10 +5497,8 @@ dependencies = [
54975497
name = "test"
54985498
version = "0.0.0"
54995499
dependencies = [
5500-
"cfg-if",
55015500
"core",
55025501
"getopts",
5503-
"libc",
55045502
"panic_abort",
55055503
"panic_unwind",
55065504
"proc_macro",

library/test/Cargo.toml

-2
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)