mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 02:00:51 +00:00
Fix build on CI
This commit is contained in:
parent
ca8809b4e9
commit
7647019162
@ -50,6 +50,7 @@ impl ToTokens for ast::Program {
|
||||
if types.contains(&ns) && i.kind.fits_on_impl() {
|
||||
let kind = &i.kind;
|
||||
(quote! { impl #ns { #kind } }).to_tokens(tokens);
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user