Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrm50 committed Jan 15, 2025
1 parent b818108 commit b455fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/iota-genesis-builder/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,6 @@ impl Builder {
} = self.parameters.to_genesis_chain_parameters();

// In non-testing code, genesis type must always be V1.
#[expect(clippy::infallible_destructuring_match)]
let system_state = match unsigned_genesis.iota_system_object() {
IotaSystemState::V1(inner) => inner,
IotaSystemState::V2(_) => unreachable!(),
Expand Down

0 comments on commit b455fd5

Please sign in to comment.