We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
from_utf8
1 parent 11045f9 commit 41ef4f7Copy full SHA for 41ef4f7
clippy_lints/src/transmute/transmute_ref_to_ref.rs
@@ -45,7 +45,7 @@ pub(super) fn check<'tcx>(
45
} else {
46
format!("std::str::from_utf8{postfix}({snippet}).unwrap()")
47
},
48
- Applicability::Unspecified,
+ Applicability::MaybeIncorrect,
49
);
50
triggered = true;
51
0 commit comments