We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640ce99 commit 7b05cffCopy full SHA for 7b05cff
compiler/rustc_lint_defs/src/builtin.rs
@@ -547,7 +547,7 @@ declare_lint! {
547
/// Also consider if you intended to use an _inner attribute_ (with a `!`
548
/// such as `#![allow(unused)]`) which applies to the item the attribute
549
/// is within, or an _outer attribute_ (without a `!` such as
550
- /// `#[allow(unsued)]`) which applies to the item *following* the
+ /// `#[allow(unused)]`) which applies to the item *following* the
551
/// attribute.
552
///
553
/// [attributes]: https://doc.rust-lang.org/reference/attributes.html
0 commit comments