Skip to content

Commit

Permalink
redundant qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Aug 11, 2023
1 parent eb5d8a6 commit df23c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ where
/**
Encode a value as a hex string.
Implementors of this trait should not write the leading `0x` prefix.
Implementors of this trait should not write the `0x` prefix.
*/
pub trait WriteHex {
/// Write the value as hex.
Expand Down

0 comments on commit df23c23

Please sign in to comment.