Skip to content

Commit e17d6b9

Browse files
committed
Remove some unused crate dependencies.
I found these by setting the `unused_crate_dependencies` lint temporarily to `Warn`.
1 parent cf9de23 commit e17d6b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/Cargo.toml

-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ edition = "2021"
77
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
88
std = { path = "../std" }
99
core = { path = "../core" }
10-
panic_unwind = { path = "../panic_unwind" }
11-
panic_abort = { path = "../panic_abort" }
1210

1311
[target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies]
1412
libc = { version = "0.2.150", default-features = false }

0 commit comments

Comments
 (0)