diff --git a/src/actions/fetch_album_assets.rs b/src/actions/fetch_album_assets.rs index 9704b58..85ba472 100644 --- a/src/actions/fetch_album_assets.rs +++ b/src/actions/fetch_album_assets.rs @@ -7,7 +7,6 @@ use crate::{ use super::action::Action; -#[allow(dead_code)] // Will be used soon. pub struct FetchAlbumAssets { album: Album, }