mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
Remove commented code
This commit is contained in:
parent
4166b7dcfe
commit
6ef34bf009
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user