Skip to content

Commit

Permalink
refactor!: hide the private types used to build the Downloader
Browse files Browse the repository at this point in the history
  • Loading branch information
meuter committed Sep 30, 2023
1 parent 8fc1247 commit 6a169e4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ pub use format::Format;
pub use result::{Error, Result};

#[cfg(feature = "download")]
pub use download::{
DestMissing, DestProvided, Downloader, OnProgressNotProvided, OnProgressProvided, UrlMissing,
UrlProvided,
};
pub use download::Downloader;

/// Available archive file formats.
#[allow(deprecated)]
Expand Down

0 comments on commit 6a169e4

Please sign in to comment.