Warning fixes #54

Merged
kdeng00 merged 4 commits from warning_fixes into icarus_v2_support 2025-07-02 19:25:08 -04:00
Showing only changes of commit e24a15ad59 - Show all commits
-2
View File
@@ -187,8 +187,6 @@ impl CommitManager {
println!("Message: {}", token.message);
let mut dwn_loader = syncers::download::Download { api: api.clone() };
// let mut song = icarus_models::song::Song::default();
// song.id = id;
let song = icarus_models::song::Song {
id: song_id, ..Default::default()
};