Skip to content

Commit

Permalink
Remove some unused crate dependencies.
Browse files Browse the repository at this point in the history
I found these by setting the `unused_crate_dependencies` lint
temporarily to `Warn`.
  • Loading branch information
nnethercote committed Jun 10, 2024
1 parent cf9de23 commit e17d6b9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ edition = "2021"
getopts = { version = "0.2.21", features = ['rustc-dep-of-std'] }
std = { path = "../std" }
core = { path = "../core" }
panic_unwind = { path = "../panic_unwind" }
panic_abort = { path = "../panic_abort" }

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

0 comments on commit e17d6b9

Please sign in to comment.