Skip to content

Commit

Permalink
style(lib): remove duplicate Clone derive on PageMinimal
Browse files Browse the repository at this point in the history
Signed-off-by: Sandro-Alessio Gierens <sandro@gierens.de>
  • Loading branch information
gierens committed Nov 30, 2023
1 parent 6fd0573 commit d339b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ pub struct Page {
pub creator_email: String,
}

#[derive(Clone, Deserialize, Debug, Clone)]
#[derive(Clone, Deserialize, Debug)]
#[allow(dead_code)]
pub struct PageMinimal {
pub id: Int,
Expand Down

0 comments on commit d339b47

Please sign in to comment.