Skip to content

Commit

Permalink
lint: allow large enum variant
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Nov 6, 2024
1 parent 12add4a commit 5b654df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sia/src/transactions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ pub struct V2StorageProof {

#[derive(Debug, PartialEq, Serialize, Deserialize)]
#[serde(rename_all = "camelCase")]
#[allow(clippy::large_enum_variant)]
pub enum V2ContractResolution {
Finalization(Signature),
Renewal(V2FileContractRenewal),
Expand Down

0 comments on commit 5b654df

Please sign in to comment.