mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Fixed lint
This commit is contained in:
2
lib/js-api/src/externals/function.rs
vendored
2
lib/js-api/src/externals/function.rs
vendored
@@ -472,7 +472,7 @@ impl Function {
|
||||
let value = param_from_js(&result_types[0], &result);
|
||||
Ok(vec![value].into_boxed_slice())
|
||||
}
|
||||
n => {
|
||||
_n => {
|
||||
let result_array: Array = result.into();
|
||||
Ok(result_array
|
||||
.iter()
|
||||
|
||||
Reference in New Issue
Block a user