Remove some unused crate dependencies. · model-checking/verify-rust-std@e17d6b9 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit e17d6b9
Remove some unused crate dependencies.
I found these by setting the `unused_crate_dependencies` lint temporarily to `Warn`.
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -7,8 +7,6 @@ edition = "2021" | ||
7 | 7 | getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] } |
8 | 8 | std = { path = "../std" } |
9 | 9 | core = { path = "../core" } |
10 | -panic_unwind = { path = "../panic_unwind" } | |
11 | -panic_abort = { path = "../panic_abort" } | |
12 | 10 | |
13 | 11 | [target.'cfg(not(all(windows, target_env = "msvc")))'.dependencies] |
14 | 12 | libc = { version = "0.2.150", default-features = false } |