mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
Rollup merge of #83810 - benmezger:update-builtin-docs-typo, r=jonas-schievink
Fix rustc_lint_defs documentation typo Found a typo while reading the documentation. This PR fixes it.
This commit is contained in:
commit
b2daca745d
@ -547,7 +547,7 @@ declare_lint! {
|
||||
/// Also consider if you intended to use an _inner attribute_ (with a `!`
|
||||
/// such as `#![allow(unused)]`) which applies to the item the attribute
|
||||
/// is within, or an _outer attribute_ (without a `!` such as
|
||||
/// `#[allow(unsued)]`) which applies to the item *following* the
|
||||
/// `#[allow(unused)]`) which applies to the item *following* the
|
||||
/// attribute.
|
||||
///
|
||||
/// [attributes]: https://doc.rust-lang.org/reference/attributes.html
|
||||
|
Loading…
Reference in New Issue
Block a user