remove unnecessary lifetime.

This commit is contained in:
Mark Thom
2016-12-18 15:19:30 -07:00
parent 2874c172ba
commit 92ab8406ef

View File

@@ -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 {