We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e760cc commit 01ea9bdCopy full SHA for 01ea9bd
clippy_lints/src/bytecount.rs
@@ -86,7 +86,7 @@ impl<'a, 'tcx> LateLintPass<'a, 'tcx> for ByteCount {
86
} else {
87
&filter_args[0]
88
};
89
- let mut applicability = Applicability::MachineApplicable;
+ let mut applicability = Applicability::MaybeIncorrect;
90
span_lint_and_sugg(
91
cx,
92
NAIVE_BYTECOUNT,
0 commit comments