fix indentation

This commit is contained in:
Ralf Jung 2019-05-29 11:52:14 +02:00
parent 0f96dd51c5
commit 222ed9f571

View file

@ -44,9 +44,9 @@ pub struct InterpretCx<'a, 'mir, 'tcx: 'a + 'mir, M: Machine<'a, 'mir, 'tcx>> {
/// A cache for deduplicating vtables
pub(super) vtables: FxHashMap<
(Ty<'tcx>, Option<ty::PolyExistentialTraitRef<'tcx>>),
Pointer<M::PointerTag>
>,
(Ty<'tcx>, Option<ty::PolyExistentialTraitRef<'tcx>>),
Pointer<M::PointerTag>
>,
}
/// A stack frame.