Remove trailing whitespace

This commit is contained in:
Esteban Küber 2019-10-10 13:22:05 -07:00
parent 39a9e2ecba
commit 8cabb42541

View file

@ -1066,7 +1066,7 @@ impl<'a, 'tcx> InferCtxt<'a, 'tcx> {
param_name == p.name.ident().as_str()
}) {
if param_name.starts_with("impl ") {
// `impl Trait` in argument:
// `impl Trait` in argument:
// `fn foo(x: impl Trait) {}` → `fn foo(t: impl Trait + Trait2) {}`
err.span_suggestion(
param.span,