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.
1 parent 0f1474e commit 5956896Copy full SHA for 5956896
clippy_lints/src/allow_attribute.rs
@@ -21,6 +21,7 @@ declare_clippy_lint! {
21
/// ```
22
/// Use instead:
23
/// ```rust
24
+ /// # #![feature(lint_reasons)]
25
/// #[expect(unused_mut)]
26
/// fn foo() -> usize {
27
/// let mut a = Vec::new();
0 commit comments