Skip to content

Commit 6ef34bf

Browse files
committed
Remove commented code
1 parent 4166b7d commit 6ef34bf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clippy_lints/src/functions/impl_trait_in_params.rs

-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ pub(super) fn check_fn<'tcx>(cx: &LateContext<'_>, kind: &'tcx FnKind<'_>, body:
2929
rustc_errors::SuggestionStyle::ShowAlways,
3030
);
3131
} else {
32-
// multispan.push_span_label(param.span, format!("Replace this with `{}`",
33-
// next_letter));
34-
3532
diag.span_suggestion_with_style(
3633
Span::new(
3734
body.params[0].span.lo() - rustc_span::BytePos(1),

0 commit comments

Comments
 (0)