Skip to content

Commit 87e507f

Browse files
committed
Fix compiler warnings
1 parent f0444e4 commit 87e507f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/vm.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ impl VM {
319319
.send(PrintMessage::Stdout(i.to_string()))
320320
.await
321321
.map_err(VMError::PrintError)?,
322-
_ => return Err(VMError::InvalidStackValue),
323322
}
324323
self.ip += 1;
325324
}

0 commit comments

Comments
 (0)