fix some typos found scrolling through the docs
This commit is contained in:
parent
398fd92e17
commit
c20bdf247b
5 changed files with 7 additions and 7 deletions
|
|
@ -186,8 +186,8 @@ declare_rustdoc_lint! {
|
|||
}
|
||||
|
||||
declare_rustdoc_lint! {
|
||||
/// This lint is **warned by default**. It detects explicit links that are same
|
||||
/// as computed automatic links. This usually means the explicit links is removeable.
|
||||
/// This lint is **warn-by-default**. It detects explicit links that are the same
|
||||
/// as computed automatic links. This usually means the explicit links are removeable.
|
||||
/// This is a `rustdoc` only lint, see the documentation in the [rustdoc book].
|
||||
///
|
||||
/// [rustdoc book]: ../../../rustdoc/lints.html#redundant_explicit_links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue