Skip to content

Commit a11053a

Browse files
committed
Remove orphaned remove_dir_all implementation from rust-installer
I have no idea why it's here, but it's not used at all.
1 parent 932c173 commit a11053a

File tree

3 files changed

+0
-866
lines changed

3 files changed

+0
-866
lines changed

Cargo.lock

-2
Original file line numberDiff line numberDiff line change
@@ -2774,13 +2774,11 @@ dependencies = [
27742774
"anyhow",
27752775
"clap 3.2.20",
27762776
"flate2",
2777-
"lazy_static",
27782777
"num_cpus",
27792778
"rayon",
27802779
"remove_dir_all",
27812780
"tar",
27822781
"walkdir",
2783-
"winapi",
27842782
"xz2",
27852783
]
27862784

src/tools/rust-installer/Cargo.toml

-4
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,3 @@ remove_dir_all = "0.5"
2222
[dependencies.clap]
2323
features = ["derive"]
2424
version = "3.1"
25-
26-
[target."cfg(windows)".dependencies]
27-
lazy_static = "1"
28-
winapi = { version = "0.3", features = ["errhandlingapi", "handleapi", "ioapiset", "winerror", "winioctl", "winnt"] }

0 commit comments

Comments
 (0)