Fix rustfmt failure

This commit is contained in:
JCTyblaidd 2020-12-11 19:11:39 +00:00 committed by GitHub
parent 56d89364a5
commit 6ce29906f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -304,7 +304,7 @@ pub trait Machine<'mir, 'tcx>: Sized {
fn after_static_mem_initialized(
_ecx: &mut InterpCx<'mir, 'tcx, Self>,
_ptr: Pointer<Self::PointerTag>,
_size: Size
_size: Size,
) -> InterpResult<'tcx> {
Ok(())
}