fix: 7125 update lint applicability to Unspecified

This commit is contained in:
Christoph Beberweil 2023-11-24 10:30:19 +01:00
parent 447edf92b4
commit c58d692e1f

View File

@ -96,7 +96,7 @@ pub(super) fn check<'tcx>(
"for loop over a single range inside an array, rather than iterating over the elements in the range directly",
"did you mean to iterate over the range instead?",
sugg.to_string(),
applicability,
Applicability::Unspecified,
);
} else {
span_lint_and_sugg(