Skip to content

Commit 9e9b298

Browse files
downloader: Don't rexport worker_thread
1 parent 4803c51 commit 9e9b298

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/downloader/manager.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
use super::{
2-
download_thread, DownloadBuilder, DownloadConfig, DownloadManagerConfig, DownloadRequest,
2+
worker::download_thread, DownloadBuilder, DownloadConfig, DownloadManagerConfig,
3+
DownloadRequest,
34
};
45
use crate::{error::DownloadError, Error};
56
use reqwest::{Client, Url};

src/downloader/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ pub use handle::DownloadHandle;
1010
pub use manager::DownloadManager;
1111
pub use progress::{DownloadProgress, Status};
1212
pub use request::{DownloadBuilder, DownloadRequest};
13-
pub(self) use worker::download_thread;

0 commit comments

Comments
 (0)