mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-22 11:11:54 +00:00
a little fix
This commit is contained in:
@ -42,7 +42,7 @@ fn main() {
|
||||
import.entries().iter().filter(|entry| match entry.external() {
|
||||
&External::Function(_) => true,
|
||||
_ => false,
|
||||
}).collect::<Vec<_>>().len(),
|
||||
}).count(),
|
||||
None => 0,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user