Skip to content

Commit

Permalink
Add derive Default to ListNeurons
Browse files Browse the repository at this point in the history
  • Loading branch information
max-dfinity committed Feb 4, 2025
1 parent 738746b commit a3bef5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/nns/governance/api/src/ic_nns_governance.pb.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3525,7 +3525,7 @@ pub struct ListNeuronsProto {

#[derive(candid::CandidType, candid::Deserialize, serde::Serialize, comparable::Comparable)]
#[allow(clippy::derive_partial_eq_without_eq)]
#[derive(Clone, Debug, PartialEq)]
#[derive(Clone, Debug, Default, PartialEq)]
pub struct ListNeurons {
/// The neurons to get information about. The "requested list"
/// contains all of these neuron IDs.
Expand Down

0 comments on commit a3bef5b

Please sign in to comment.