Skip to content

Commit 5956896

Browse files
committed
Fix code fragment
1 parent 0f1474e commit 5956896

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_lints/src/allow_attribute.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ declare_clippy_lint! {
2121
/// ```
2222
/// Use instead:
2323
/// ```rust
24+
/// # #![feature(lint_reasons)]
2425
/// #[expect(unused_mut)]
2526
/// fn foo() -> usize {
2627
/// let mut a = Vec::new();

0 commit comments

Comments
 (0)