Compare commits

..

1 commit

Author SHA1 Message Date
f4b0161187
chore: allow renamed_and_removed_lints until progenitor is updated
Some checks failed
Checking Renovate configuration / validate (pull_request) Successful in 1m51s
Build and test / Tests (pull_request) Successful in 1m49s
Build and test / Build AMD64 (pull_request) Successful in 1m47s
Checking yaml / Run yamllint (pull_request) Successful in 4s
Build and test / Generate Documentation (pull_request) Successful in 1m14s
Build and test / Clippy (pull_request) Failing after 4m12s
2025-08-13 14:33:12 +10:00

View file

@ -7,7 +7,6 @@ use crate::{
use super::action::Action;
#[allow(dead_code)] // Will be used soon.
pub struct FetchAlbumAssets {
album: Album,
}