Separate op-assignment with other function calls.

This commit is contained in:
Stephen Chung
2021-02-25 10:59:22 +08:00
parent 49e5382ab0
commit 9495d3f733
4 changed files with 13 additions and 13 deletions

View File

@@ -149,6 +149,7 @@ fn call_fn_with_constant_arguments(
hash_fn.unwrap(),
arg_values.iter_mut().collect::<StaticVec<_>>().as_mut(),
false,
false,
Position::NONE,
)
.ok()