Skip to content

Commit

Permalink
Fix code fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Mar 10, 2023
1 parent 0f1474e commit 5956896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clippy_lints/src/allow_attribute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ declare_clippy_lint! {
/// ```
/// Use instead:
/// ```rust
/// # #![feature(lint_reasons)]
/// #[expect(unused_mut)]
/// fn foo() -> usize {
/// let mut a = Vec::new();
Expand Down

0 comments on commit 5956896

Please sign in to comment.