Remove unused Source struct from book library types
Some checks failed
Build docker image / Build-Docker-Image (push) Has been cancelled
rust-clippy analyze / Run rust-clippy analyzing (push) Has been cancelled

This commit is contained in:
2025-10-14 17:47:58 +02:00
parent 07c725e0df
commit 9fb550404e

View File

@@ -32,12 +32,6 @@ impl BookGenre {
}
}
#[derive(Deserialize, Debug, Clone)]
pub struct Source {
// id: u32,
// name: String
}
#[derive(Deserialize, Debug, Clone)]
pub struct Author {
pub id: u32,