Fix diagnostic messages.

This commit is contained in:
Stephen Chung
2023-01-30 13:03:47 +08:00
parent 6400b33b1b
commit 08f428def2
4 changed files with 6 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ fn main() {
};
// Initialize scripting engine
#[allow(unused_mut)]
let mut engine = Engine::new();
#[cfg(not(feature = "no_optimize"))]