diff --git a/src/vm/mod.rs b/src/vm/mod.rs index c8393b0..bd16af8 100644 --- a/src/vm/mod.rs +++ b/src/vm/mod.rs @@ -236,7 +236,7 @@ impl Vm { ); self.set_condition(top.is_truthy()); } - Inst::Comment(comment) => { + Inst::Comment(_comment) => { /* no-op */ //println!("COMMENT: {comment}"); }