Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
nlipartiia-hacken committed Dec 22, 2022
1 parent 9f2d7ee commit b0d6025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/cw-rules/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub mod dao {
pub proposal: AnyChoiceProposal,
}

#[derive(Serialize, Deserialize, Clone, PartialEq, JsonSchema, Debug)]
#[derive(Serialize, Deserialize, Clone, PartialEq, Eq, JsonSchema, Debug)]
pub struct ProposalListResponse {
pub proposals: Vec<ProposalResponse>,
}
Expand Down

0 comments on commit b0d6025

Please sign in to comment.