]> Repositorios git - scryer-prolog.git/commitdiff
remove unnecessary lifetime.
authorMark Thom <[email protected]>
Sun, 18 Dec 2016 22:19:30 +0000 (15:19 -0700)
committerMark Thom <[email protected]>
Sun, 18 Dec 2016 22:19:30 +0000 (15:19 -0700)
src/main.rs

index 370f42980ee172788113418d055250ce3ddddfb6..294d871aba9df1e5752c7f8a3404d990c536bc52 100644 (file)
@@ -12,7 +12,7 @@ fn print_instructions(program : &Program) {
     }
 }
 
-fn l0_repl<'a>() {
+fn l0_repl() {
     let mut ms = MachineState::new();
     
     loop {