We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5196e91 + c3749dd commit 4ab1c74Copy full SHA for 4ab1c74
Cargo.lock
@@ -5497,10 +5497,8 @@ dependencies = [
5497
name = "test"
5498
version = "0.0.0"
5499
dependencies = [
5500
- "cfg-if",
5501
"core",
5502
"getopts",
5503
- "libc",
5504
"panic_abort",
5505
"panic_unwind",
5506
"proc_macro",
library/test/Cargo.toml
@@ -7,11 +7,9 @@ edition = "2021"
7
crate-type = ["dylib", "rlib"]
8
9
[dependencies]
10
-cfg-if = { version = "1.0", features = ['rustc-dep-of-std'] }
11
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
12
std = { path = "../std" }
13
core = { path = "../core" }
14
-libc = { version = "0.2", default-features = false }
15
panic_unwind = { path = "../panic_unwind" }
16
panic_abort = { path = "../panic_abort" }
17
0 commit comments