Remove commented code

This commit is contained in:
blyxyas 2023-02-03 16:46:55 +01:00
parent 4166b7dcfe
commit 6ef34bf009
No known key found for this signature in database
GPG Key ID: 4D38170B5A2FC334

View File

@ -29,9 +29,6 @@ pub(super) fn check_fn<'tcx>(cx: &LateContext<'_>, kind: &'tcx FnKind<'_>, body:
rustc_errors::SuggestionStyle::ShowAlways,
);
} else {
// multispan.push_span_label(param.span, format!("Replace this with `{}`",
// next_letter));
diag.span_suggestion_with_style(
Span::new(
body.params[0].span.lo() - rustc_span::BytePos(1),