mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-14 17:35:03 +01:00
fix warning
This commit is contained in:
parent
4361e36997
commit
b35d12e041
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ use crate::ast::Program;
|
|||
#[derive(Debug)]
|
||||
struct Vm {}
|
||||
|
||||
fn execute(program: Program) {}
|
||||
fn execute(_program: Program) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue