mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-17 02:30:50 +00:00
try removing typecheck
This commit is contained in:
parent
8ff0da6f85
commit
958e557c86
@ -418,9 +418,6 @@ impl<'a> ConvertToAst<(BindgenAttrs, &'a Option<String>)> for syn::ForeignItemFn
|
||||
)?.0;
|
||||
let catch = opts.catch();
|
||||
let variadic = opts.variadic();
|
||||
if variadic {
|
||||
assert_last_param_is_slice(&self.decl)?;
|
||||
}
|
||||
let js_ret = if catch {
|
||||
// TODO: this assumes a whole bunch:
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user