Commit d5e3327
committed
fix(bench): stop public docs linking to crate-private items
`cargo doc` denies `rustdoc::private_intra_doc_links`, so the module doc
and two public methods failed to document while pointing at
`measured_note_key` and `UNKNOWN_NOTE_LABEL`. Both stay crate-private, so
drop the links and name them in plain code spans.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01LXcU9HrrmWTCTZTJZnuLSU1 parent 3cb9415 commit d5e3327
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments