1
Fork 0

Running ./x.py fmt

This commit is contained in:
Kevin Per 2021-02-09 10:28:49 +00:00
parent 95be69dabb
commit 49fc41f047
2 changed files with 2 additions and 2 deletions

View file

@ -2327,7 +2327,7 @@ impl<'o, 'tcx> dyn AstConv<'tcx> + 'o {
&generics.params[..],
visitor.0,
true,
true
true,
);
}

View file

@ -207,7 +207,7 @@ fn reject_placeholder_type_signatures_in_item(tcx: TyCtxt<'tcx>, item: &'tcx hir
&generics.params[..],
visitor.0,
suggest,
false
false,
);
}