Skip to content

Commit df030d5

Browse files
committed
Remove unused download module from rustup-dist
The actual code for handling downloads for rustup-dist is in `dist`, which in turn hands off to `rustup-utils` and `download` (the crate). Hopefully this clean-up makes it a little easier to figure out what's going on with downloads for future work.
1 parent 6d3d46b commit df030d5

File tree

2 files changed

+0
-96
lines changed

2 files changed

+0
-96
lines changed

src/rustup-dist/src/download.rs

Lines changed: 0 additions & 95 deletions
This file was deleted.

src/rustup-dist/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,5 @@ pub mod notifications;
3535
pub mod prefix;
3636
pub mod component;
3737
pub mod manifestation;
38-
pub mod download;
3938
pub mod manifest;
4039
pub mod config;

0 commit comments

Comments
 (0)