1
Fork 0

Fix new 'unnecessary trailing semicolon' warnings

This commit is contained in:
Aaron Hill 2020-11-25 17:00:28 -05:00
parent db0d0e8c43
commit 6f91c32da6
No known key found for this signature in database
GPG key ID: B4087E510E98B164
28 changed files with 39 additions and 39 deletions

View file

@ -540,7 +540,7 @@ fn polymorphize<'tcx>(
struct PolymorphizationFolder<'tcx> {
tcx: TyCtxt<'tcx>,
};
}
impl ty::TypeFolder<'tcx> for PolymorphizationFolder<'tcx> {
fn tcx<'a>(&'a self) -> TyCtxt<'tcx> {