Skip to content

Commit

Permalink
Applicability::MachineApplicable
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyijun committed May 28, 2022
1 parent d3f53e6 commit b82872e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clippy_lints/src/borrow_deref_ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ impl LateLintPass<'_> for BorrowDerefRef {
"&**{}",
&snippet_opt(cx, deref_target.span).unwrap(),
),
Applicability::MachineApplicable
Applicability::MaybeIncorrect
);

}
Expand Down

0 comments on commit b82872e

Please sign in to comment.