Skip to content

Commit b2daca7

Browse files
authored
Rollup merge of rust-lang#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.
2 parents d636b0a + 7b05cff commit b2daca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_lint_defs/src/builtin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ declare_lint! {
547547
/// Also consider if you intended to use an _inner attribute_ (with a `!`
548548
/// such as `#![allow(unused)]`) which applies to the item the attribute
549549
/// is within, or an _outer attribute_ (without a `!` such as
550-
/// `#[allow(unsued)]`) which applies to the item *following* the
550+
/// `#[allow(unused)]`) which applies to the item *following* the
551551
/// attribute.
552552
///
553553
/// [attributes]: https://doc.rust-lang.org/reference/attributes.html

0 commit comments

Comments
 (0)