chore: clippy fix unnecessary_mut_passed
This commit is contained in:
parent
299777f1c9
commit
e707b66639
@ -268,7 +268,7 @@ impl Engine {
|
|||||||
|
|
||||||
// Check for data race.
|
// Check for data race.
|
||||||
#[cfg(not(feature = "no_closure"))]
|
#[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 lib = &[ast.as_ref()];
|
||||||
let fn_def = ast
|
let fn_def = ast
|
||||||
|
Loading…
Reference in New Issue
Block a user