Fix rustfmt failure
This commit is contained in:
parent
56d89364a5
commit
6ce29906f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue