Commit f973a31
authored
fix(ci): silence semicolon-in-expressions-from-macros in u256 (#10986)
Newer nightly toolchains flag `uint::construct_uint!`'s internal
macro expansion under this lint, and the docs jobs deny all warnings,
so `cargo doc --all-features --document-private-items` fails to
compile zebra-chain on both the Book workflow and PR CI.1 parent 2d0a86b commit f973a31
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments