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