Commit 41f3ca8
committed
Merge rust-bitcoin#242: Add missing Debug implementations and a lint to catch them in future
4273c1f Add lint for missing Debug implementation (Jamil Lambert, PhD)
bace448 Add missing derives (Jamil Lambert, PhD)
Pull request description:
There were a few structs with a missing Debug derive that were not caught by the linter.
- Add the missing Derives.
- Add a rustc lint to `types` to catch these in future.
Closes rust-bitcoin#240
ACKs for top commit:
tcharding:
ACK 4273c1f
Tree-SHA512: 1cd8e7cdd08fde63f6b34069675a9122c5aee55cd8704c31f74ae6cdd4ebd1378cd41ee568a1888be3f054a19a11c98243304d6f73d0978d35b58fcb1df16edb3 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
273 | 274 | | |
274 | 275 | | |
275 | 276 | | |
| |||
332 | 333 | | |
333 | 334 | | |
334 | 335 | | |
| 336 | + | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
| |||
0 commit comments