mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Fix typo in backend crate
This commit is contained in:
parent
947dfbeae0
commit
2028efa76f
@ -583,7 +583,7 @@ impl ToTokens for ast::ImportFunction {
|
||||
subpat: None,
|
||||
..
|
||||
}) => ident.clone(),
|
||||
_ => panic!("unsupoported pattern in foreign function"),
|
||||
_ => panic!("unsupported pattern in foreign function"),
|
||||
};
|
||||
|
||||
abi_argument_names.push(name.clone());
|
||||
|
Loading…
x
Reference in New Issue
Block a user