Unify titles in rustdoc book doc attributes chapter
This commit is contained in:
parent
f2707fec04
commit
0c70831171
4 changed files with 11 additions and 7 deletions
|
@ -768,7 +768,7 @@ impl CheckAttrVisitor<'tcx> {
|
|||
"not a `use` item",
|
||||
);
|
||||
}
|
||||
err.note("read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information")
|
||||
err.note("read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#inline-and-no_inline for more information")
|
||||
.emit();
|
||||
},
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue