mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-03-16 10:10:52 +00:00
backend: Add some trailing commas that rustfmt prefers
This commit is contained in:
parent
911a32c0d5
commit
21fa3beabd
@ -813,7 +813,7 @@ impl Struct {
|
||||
ty: field.ty.clone(),
|
||||
getter: Ident::new(&getter, Span::call_site()),
|
||||
setter: Ident::new(&setter, Span::call_site()),
|
||||
comments
|
||||
comments,
|
||||
});
|
||||
}
|
||||
}
|
||||
@ -912,7 +912,7 @@ impl BindgenAttrs {
|
||||
.iter()
|
||||
.filter_map(|a| match a {
|
||||
BindgenAttr::StaticMethodOf(c) => Some(c),
|
||||
_ => None
|
||||
_ => None,
|
||||
})
|
||||
.next()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user