mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 16:51:33 +00:00
Update for syn
master
This commit is contained in:
@ -429,7 +429,6 @@ fn bindgen_import(import: &ast::Import, tokens: &mut Tokens) {
|
||||
|
||||
let names = import.decl.inputs
|
||||
.iter()
|
||||
.map(|i| i.into_item())
|
||||
.map(|arg| {
|
||||
match *arg {
|
||||
syn::FnArg::Captured(ref c) => c,
|
||||
|
Reference in New Issue
Block a user