We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4d71e commit 53f1aadCopy full SHA for 53f1aad
hashes/src/macros.rs
@@ -356,7 +356,7 @@ macro_rules! hash_newtype_struct {
356
// duplicates/conflicts and report an error.
357
//
358
// FYI, no, we can't use a helper macro to first filter all `hash_newtype` attributes. We would be
359
-// attempting to match on macros instead. So we must write `hashe_newtype` in each branch.
+// attempting to match on macros instead. So we must write `hash_newtype` in each branch.
360
#[doc(hidden)]
361
#[macro_export]
362
macro_rules! hash_newtype_get_direction {
0 commit comments