Commit 8f2e483
committed
ci: deny rustdoc warnings when building docs
The failures this catches are silent ones. A doc link to a crate-private item
is a warning, not an error, and rustdoc renders it as plain text — so the
published page quietly loses the link and the build stays green. Three such
links reached main before being noticed by hand.1 parent 35e5e9c commit 8f2e483
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
82 | 85 | | |
83 | 86 | | |
| 87 | + | |
| 88 | + | |
84 | 89 | | |
85 | 90 | | |
86 | 91 | | |
| |||
0 commit comments