chore: clippy fix unnecessary_mut_passed

This commit is contained in:
quake 2022-07-20 21:22:51 +09:00
parent 299777f1c9
commit e707b66639

View File

@ -268,7 +268,7 @@ impl Engine {
// Check for data race.
#[cfg(not(feature = "no_closure"))]
crate::func::call::ensure_no_data_race(name, &mut args, false)?;
crate::func::call::ensure_no_data_race(name, &args, false)?;
let lib = &[ast.as_ref()];
let fn_def = ast