chore: fix docs for bodies downloader task (#3506)

This commit is contained in:
Roman Krasiuk
2023-06-30 18:54:26 +03:00
committed by GitHub
parent 83b14cb611
commit 7e7f5e63db

View File

@ -2,7 +2,7 @@
#[allow(clippy::module_inception)]
pub mod bodies;
/// TODO:
/// A downloader implementation that spawns a downloader to a task
pub mod task;
mod queue;