Unused parameters naming.

This commit is contained in:
Stephen Chung
2022-04-11 16:29:16 +08:00
parent 1777ee7f6f
commit 63359f3f81
14 changed files with 45 additions and 80 deletions

View File

@@ -321,7 +321,7 @@ fn debug_callback(
let mut input = String::new();
loop {
print!("rhai-dbg> ");
print!("dbg> ");
stdout().flush().expect("couldn't flush stdout");