diff --git a/compiler/rustc_lint_defs/src/builtin.rs b/compiler/rustc_lint_defs/src/builtin.rs index f9429702783..a067534b189 100644 --- a/compiler/rustc_lint_defs/src/builtin.rs +++ b/compiler/rustc_lint_defs/src/builtin.rs @@ -474,7 +474,7 @@ declare_lint! { } declare_lint! { - /// The `unknown_lints` lint detects unrecognized lint attribute. + /// The `unknown_lints` lint detects unrecognized lint attributes. /// /// ### Example ///