diff options
| author | Miguel Ojeda <[email protected]> | 2023-10-05 21:05:54 +0000 |
|---|---|---|
| committer | Miguel Ojeda <[email protected]> | 2023-10-15 19:25:08 +0000 |
| commit | a53d8cdd5a0aec75ae32badc2d8995c59ea6e3f0 (patch) | |
| tree | 30eb2f3c71a8d7466ef7d1bae6e5bfe412399240 /rust/alloc/vec/spec_extend.rs | |
| parent | rust: task: remove redundant explicit link (diff) | |
| download | kernel-a53d8cdd5a0aec75ae32badc2d8995c59ea6e3f0.tar.gz kernel-a53d8cdd5a0aec75ae32badc2d8995c59ea6e3f0.zip | |
rust: print: use explicit link in documentation
The future `rustdoc` in the Rust 1.73.0 upgrade requires an explicit
link for `pr_info!`:
error: unresolved link to `pr_info`
--> rust/kernel/print.rs:395:63
|
395 | /// Use only when continuing a previous `pr_*!` macro (e.g. [`pr_info!`]).
| ^^^^^^^^ no item named `pr_info` in scope
|
= note: `macro_rules` named `pr_info` exists in this crate, but it is not in scope at this link's location
= note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
Thus do so to avoid a broken link while upgrading.
Reviewed-by: Alice Ryhl <[email protected]>
Reviewed-by: Vincenzo Palazzo <[email protected]>
Reviewed-by: Finn Behrens <[email protected]>
Reviewed-by: Martin Rodriguez Reboredo <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Miguel Ojeda <[email protected]>
Diffstat (limited to 'rust/alloc/vec/spec_extend.rs')
0 files changed, 0 insertions, 0 deletions
