We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d636b0a + 7b05cff commit b2daca7Copy full SHA for b2daca7
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