remove default value for Runner.repl field

This commit is contained in:
Luna 2020-06-02 17:16:02 -03:00
parent 1b59705eae
commit af0ea574e1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ pub const Runner = struct {
image: ?*Image = null,
/// If the runner is in REPL mode
repl: bool = false,
repl: bool,
args: [][]u8,