remove unnecessary lifetime.
This commit is contained in:
@@ -12,7 +12,7 @@ fn print_instructions(program : &Program) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
fn l0_repl<'a>() {
|
fn l0_repl() {
|
||||||
let mut ms = MachineState::new();
|
let mut ms = MachineState::new();
|
||||||
|
|
||||||
loop {
|
loop {
|
||||||
|
|||||||
Reference in New Issue
Block a user