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