refactor: Delete downloadable_metadata.rs

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-05-28 09:18:33 +10:00
parent e9a4fe2105
commit db1e033ecf
2 changed files with 0 additions and 2 deletions
@@ -1 +0,0 @@
use serde::{Deserialize, Serialize};
@@ -3,7 +3,6 @@ pub mod download_manager;
pub mod download_manager_builder;
pub mod download_thread_control_flag;
pub mod downloadable;
pub mod downloadable_metadata;
pub mod internal_error;
pub mod progress_object;
pub mod queue;