Skip to content

Commit 61463fd

Browse files
committed
fmt
1 parent 34aa09a commit 61463fd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: src/tools/miri/src/machine.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,10 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
932932
ecx.machine.validation != ValidationMode::No
933933
}
934934
#[inline(always)]
935-
fn enforce_validity_recursively(ecx: &InterpCx<'tcx, Self>, _layout: TyAndLayout<'tcx>) -> bool {
935+
fn enforce_validity_recursively(
936+
ecx: &InterpCx<'tcx, Self>,
937+
_layout: TyAndLayout<'tcx>,
938+
) -> bool {
936939
ecx.machine.validation == ValidationMode::Deep
937940
}
938941

0 commit comments

Comments
 (0)