mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-01-15 00:18:06 -05:00
Make clippy a happy chappy
This commit is contained in:
@@ -3,7 +3,7 @@ use std::{process::exit, rc::Rc};
|
||||
use valuescript_vm::{Bytecode, VirtualMachine};
|
||||
|
||||
pub fn main() {
|
||||
let mut vm = VirtualMachine::new();
|
||||
let mut vm = VirtualMachine::default();
|
||||
let result = vm.run(
|
||||
Rc::new(Bytecode::new(vec![
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user