Skip to content

Commit

Permalink
Automatically updated Cargo*.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
IDX GitHub Automation authored and max-dfinity committed Sep 26, 2024
1 parent 34d5166 commit 8400d2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions rs/nns/governance/src/heap_governance_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ fn vec_to_hash(v: Vec<u8>) -> Result<[u8; 32], String> {
/// we have a dedicated struct NeuronStore owning the heap neurons.
/// Does not guarantee round-trip equivalence between this and
/// reassemble_governance_proto if the proto has fields that are None, as they might be filled in by default values.
#[allow(clippy::type_complexity)]
pub fn split_governance_proto(
governance_proto: GovernanceProto,
) -> (
Expand Down

0 comments on commit 8400d2f

Please sign in to comment.