Skip to content

Commit

Permalink
fix: typo (#297)
Browse files Browse the repository at this point in the history
Co-Authored-By: Gilad Chase <[email protected]>
  • Loading branch information
giladchase and Gilad Chase authored Jul 15, 2024
1 parent 0b49c07 commit 91fcc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serde_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl<const N: usize, const PREFIXED: bool> Serialize for BytesAsHex<N, PREFIXED>
}

/// The error type returned by the inner deserialization.
// If you need `eq`, add `impl Eq fro InnerDeserializationError {}` and read warning below.
// If you need `eq`, add `impl Eq for InnerDeserializationError {}` and read warning below.
//
// For some reason `hex` (now unmaintained for > 3 years) didn't implement `Eq`, even though
// there's no reason not too, so we can't use `derive(Eq)` unfortunately.
Expand Down

0 comments on commit 91fcc56

Please sign in to comment.