Skip to content

Commit 36b5cac

Browse files
committed
fix the whitespace after elems}
1 parent 56773a9 commit 36b5cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ich/impls_mir.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ impl<'a, 'gcx> HashStable<StableHashingContext<'a>> for mir::PlaceBase<'gcx> {
309309
}
310310
}
311311

312-
impl_stable_hash_for!(struct mir::Place<'tcx> { base, elems} );
312+
impl_stable_hash_for!(struct mir::Place<'tcx> { base, elems });
313313

314314
impl<'a, 'gcx, V, T> HashStable<StableHashingContext<'a>>
315315
for mir::ProjectionElem<'gcx, V, T>

0 commit comments

Comments
 (0)