mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-14 14:45:40 +00:00
Fix clippy redundant field names in struct initialization
This commit is contained in:
parent
f51362be66
commit
5b7f0f10dc
@ -67,9 +67,9 @@ pub fn instantiate(
|
|||||||
mock_missing_imports: false,
|
mock_missing_imports: false,
|
||||||
mock_missing_globals: false,
|
mock_missing_globals: false,
|
||||||
mock_missing_tables: false,
|
mock_missing_tables: false,
|
||||||
abi: abi,
|
abi,
|
||||||
show_progressbar: false,
|
show_progressbar: false,
|
||||||
isa: isa,
|
isa,
|
||||||
});
|
});
|
||||||
|
|
||||||
debug!("webassembly - creating instance");
|
debug!("webassembly - creating instance");
|
||||||
|
Loading…
Reference in New Issue
Block a user