Commit 0fefd38
committed
fix(reporter): demote another Self::finish doc link
`[\`Self::finish\`]` on `GroupedReporterBuilder` resolves against the
builder struct (which has no `finish` method), so `cargo doc -D warnings`
rejected it. Replaced with prose. Re-ran `RUSTDOCFLAGS=-D warnings cargo
doc --workspace --no-deps` and the workspace docs build cleanly.
https://claude.ai/code/session_01EAhpw6TzUWExMeF7hdwuF31 parent f2fea5d commit 0fefd38
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments