Skip to content

Commit adab4f4

Browse files
committed
Merge rust-bitcoin#4702: fix misspelled macro's name
53f1aad fix misspelled macro's name (otc group) Pull request description: ACKs for top commit: tcharding: ACK 53f1aad apoelstra: ACK 53f1aad; successfully ran local tests Tree-SHA512: 6ec7623f5a66f25e370d01783ee643b4de2a9b875199b8c274336fb95cbddad81a5ccdb9db23aa7b1b1d5f8bc74e40ea26858331e532e9f05b65f24e26d7d39e
2 parents a8e6ab7 + 53f1aad commit adab4f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashes/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ macro_rules! hash_newtype_struct {
356356
// duplicates/conflicts and report an error.
357357
//
358358
// 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.
359+
// attempting to match on macros instead. So we must write `hash_newtype` in each branch.
360360
#[doc(hidden)]
361361
#[macro_export]
362362
macro_rules! hash_newtype_get_direction {

0 commit comments

Comments
 (0)