Skip to content

Commit d301576

Browse files
Rollup merge of rust-lang#110188 - Nilstrieb:remove-remove-dir-all, r=jyn514
Remove orphaned remove_dir_all implementation from rust-installer I have no idea why it's here, but it's not used at all. r? Mark-Simulacrum
2 parents ad17c3d + a11053a commit d301576

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
@@ -2768,13 +2768,11 @@ dependencies = [
27682768
"anyhow",
27692769
"clap 3.2.20",
27702770
"flate2",
2771-
"lazy_static",
27722771
"num_cpus",
27732772
"rayon",
27742773
"remove_dir_all",
27752774
"tar",
27762775
"walkdir",
2777-
"winapi",
27782776
"xz2",
27792777
]
27802778

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)