summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authornils <48135649+Nilstrieb@users.noreply.github.com>2023-04-11 14:14:02 +0200
committernils <48135649+Nilstrieb@users.noreply.github.com>2023-04-11 14:23:31 +0200
commita11053ae087503be1b0f23331e320aca1c621cee (patch)
treec2b5297f1dd9bd95ec38139d37e4bf396d00cbc8 /Cargo.lock
parent932c173ca1b7a79c1005e2d72ddfa505a7bf2cfa (diff)
downloadrust-a11053ae087503be1b0f23331e320aca1c621cee.tar.gz
Remove orphaned remove_dir_all implementation from rust-installer
I have no idea why it's here, but it's not used at all.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d9e9ef9fb0f..ae12bbd8789 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2774,13 +2774,11 @@ dependencies = [
"anyhow",
"clap 3.2.20",
"flate2",
- "lazy_static",
"num_cpus",
"rayon",
"remove_dir_all",
"tar",
"walkdir",
- "winapi",
"xz2",
]