Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Feb 15, 2023
1 parent 4166b7d commit 6ef34bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions clippy_lints/src/functions/impl_trait_in_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 6ef34bf

Please sign in to comment.