Skip to content

Commit 8cabb42

Browse files
committed
Remove trailing whitespace
1 parent 39a9e2e commit 8cabb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/traits/error_reporting.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
10661066
param_name == p.name.ident().as_str()
10671067
}) {
10681068
if param_name.starts_with("impl ") {
1069-
// `impl Trait` in argument:
1069+
// `impl Trait` in argument:
10701070
// `fn foo(x: impl Trait) {}` → `fn foo(t: impl Trait + Trait2) {}`
10711071
err.span_suggestion(
10721072
param.span,

0 commit comments

Comments
 (0)