fix warning

This commit is contained in:
nora 2021-11-06 21:36:01 +01:00
parent 4361e36997
commit b35d12e041

View file

@ -7,4 +7,4 @@ use crate::ast::Program;
#[derive(Debug)]
struct Vm {}
fn execute(program: Program) {}
fn execute(_program: Program) {}