Skip to content

Commit

Permalink
chore: revert todo to avoid spellcheck failure
Browse files Browse the repository at this point in the history
  • Loading branch information
krodak committed May 6, 2024
1 parent cd5cef4 commit bd9e098
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/transaction_signing/src/sign_transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ impl SignatureAndChecksum {
}
}

/// TODO avoid using ToString for business logic for hash/signature implementation.
#[allow(clippy::to_string_trait_impl)]
impl ToString for SignatureAndChecksum {
fn to_string(&self) -> String {
Expand Down

0 comments on commit bd9e098

Please sign in to comment.