Add semicolon
Co-Authored-By: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
0505868d18
commit
c2f681f005
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ pub trait EvalContextExt<'mir, 'tcx: 'mir>: crate::MiriEvalContextExt<'mir, 'tcx
|
|||
// any additional checks - it's okay if the pointer is invalid,
|
||||
// since we wouldn't actually be writing to it.
|
||||
if len == 0 {
|
||||
return Ok(())
|
||||
return Ok(());
|
||||
}
|
||||
let this = self.eval_context_mut();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue