Commit 8d900e2
Fix rustdoc: wrap "<name>" so it isn't parsed as an HTML tag
The gpu_labels doc example `GPU#0: <name>` tripped rustdoc's
invalid-html-tags lint under `-D warnings` (the docs CI job runs with
--all-features, so the gui-only module is documented). Wrap it in a code
span. Comment-only; no version bump.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f20afe1 commit 8d900e2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
0 commit comments