Commit f4b60a2
committed
fix(docs): replace unresolvable intra-doc links with code spans
Replace private-item intra-doc links that fail `cargo doc -D warnings`
with equivalent code spans or inline prose:
- `src/resolve/ffi_bridge/mod.rs`: replace `[`FfiAbi::consumers`]` in
the module doc with inline prose and add an explicit link target for
`[`FfiAbi`]` to resolve the remaining reference correctly.
- `src/symbol/descriptor.rs`: replace `[is_simple_ident_char]` (private
fn, not re-exported) with a code span so the doc compiles cleanly.1 parent 54919b4 commit f4b60a2
2 files changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments