Commit b22b1ab
committed
Merge rust-bitcoin#5347: docs(hashes): replace deprecated GeneralHash references
31a07f1 docs(hashes): replace deprecated GeneralHash references (Bashmunta)
Pull request description:
The GeneralHash trait was removed (hashes/CHANGELOG.md rust-bitcoin#4085), but internal_macros.rs still referenced it in docs. Updated hash_trait_impls! and general_hash_type! documentation to reflect actual current requirements
ACKs for top commit:
apoelstra:
ACK 31a07f1; successfully ran local tests
tcharding:
ACK 31a07f1
Tree-SHA512: 8d407a05767f0209f447d0f3923aeb4f5528c144c6a234b35721412d9e50ba8b24a950ff09fadaf6603ce63c75ed14c1b85480caf516db08b879c4e6378c8cbf2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| |||
0 commit comments