mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-21 08:41:35 +00:00
Run rustfmt over everything
This commit is contained in:
crates
backend
cli-support
cli
src
bin
wasm-bindgen-test-runner
futures
tests
gc
js-sys
tests
macro-support
src
shared
src
test-macro
src
threads-xform
src
typescript
src
wasm-interpreter
src
web-sys
webidl
examples
src
tests/wasm
@ -93,7 +93,8 @@ fn build_function(
|
||||
segments,
|
||||
},
|
||||
})
|
||||
}).collect::<Vec<_>>();
|
||||
})
|
||||
.collect::<Vec<_>>();
|
||||
|
||||
let mut ret_segments = syn::punctuated::Punctuated::new();
|
||||
ret_segments.push(syn::PathSegment {
|
||||
|
Reference in New Issue
Block a user