We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 498562d + 9c8f3e9 commit db32d39Copy full SHA for db32d39
clippy_lints/src/attrs/mod.rs
@@ -207,7 +207,7 @@ declare_clippy_lint! {
207
declare_clippy_lint! {
208
/// ### What it does
209
/// Checks for usage of the `#[allow]` attribute and suggests replacing it with
210
- /// the `#[expect]` (See [RFC 2383](https://rust-lang.github.io/rfcs/2383-lint-reasons.html))
+ /// the `#[expect]` attribute (See [RFC 2383](https://rust-lang.github.io/rfcs/2383-lint-reasons.html))
211
///
212
/// This lint only warns outer attributes (`#[allow]`), as inner attributes
213
/// (`#![allow]`) are usually used to enable or disable lints on a global scale.
0 commit comments