Skip to content

Commit b82872e

Browse files
committed
Applicability::MachineApplicable
1 parent d3f53e6 commit b82872e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/borrow_deref_ref.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ impl LateLintPass<'_> for BorrowDerefRef {
106106
"&**{}",
107107
&snippet_opt(cx, deref_target.span).unwrap(),
108108
),
109-
Applicability::MachineApplicable
109+
Applicability::MaybeIncorrect
110110
);
111111

112112
}

0 commit comments

Comments
 (0)