{} -> ()
This commit is contained in:
parent
86dfc6d1f7
commit
aa29a1fc86
|
@ -278,7 +278,7 @@ impl ExecEnv {
|
||||||
Stmt::Loop { body } => loop {
|
Stmt::Loop { body } => loop {
|
||||||
let res = self.eval_stmts_hs(body, true)?;
|
let res = self.eval_stmts_hs(body, true)?;
|
||||||
match res {
|
match res {
|
||||||
HaltStatus::Finished => {}
|
HaltStatus::Finished => (),
|
||||||
HaltStatus::Break(_) => break,
|
HaltStatus::Break(_) => break,
|
||||||
HaltStatus::Hopback(_) => continue,
|
HaltStatus::Hopback(_) => continue,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue