Skip to content

Commit

Permalink
Remove orphaned remove_dir_all implementation from rust-installer
Browse files Browse the repository at this point in the history
I have no idea why it's here, but it's not used at all.
  • Loading branch information
Noratrieb committed Apr 11, 2023
1 parent 932c173 commit a11053a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 866 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2774,13 +2774,11 @@ dependencies = [
"anyhow",
"clap 3.2.20",
"flate2",
"lazy_static",
"num_cpus",
"rayon",
"remove_dir_all",
"tar",
"walkdir",
"winapi",
"xz2",
]

Expand Down
4 changes: 0 additions & 4 deletions src/tools/rust-installer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ remove_dir_all = "0.5"
[dependencies.clap]
features = ["derive"]
version = "3.1"

[target."cfg(windows)".dependencies]
lazy_static = "1"
winapi = { version = "0.3", features = ["errhandlingapi", "handleapi", "ioapiset", "winerror", "winioctl", "winnt"] }
Loading

0 comments on commit a11053a

Please sign in to comment.