mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 01:31:34 +00:00
cargo +nightly fmt --all
Rustfmt all the things!
This commit is contained in:
@ -71,8 +71,7 @@ where
|
||||
.map(|i| syn::PathSegment {
|
||||
ident: i,
|
||||
arguments: syn::PathArguments::None,
|
||||
})
|
||||
.collect();
|
||||
}).collect();
|
||||
|
||||
syn::TypePath {
|
||||
qself: None,
|
||||
|
Reference in New Issue
Block a user