Skip to content

Commit

Permalink
fix: clippy (#637)
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo authored Aug 29, 2024
1 parent f806926 commit f37d9d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/account-wasm/src/errors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ pub enum OperationError {
#[error("Failed to sign message: {0}")]
SignMessage(SignError),

#[error("Expected non zero felt")]
ZeroFelt,

#[error(transparent)]
AccountError(#[from] AccountError<SignError>),
}
Expand Down

0 comments on commit f37d9d6

Please sign in to comment.