mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-26 19:21:35 +00:00
cargo +nightly fmt --all
Rustfmt all the things!
This commit is contained in:
@ -11,9 +11,9 @@ extern crate syn;
|
||||
extern crate wasm_bindgen_backend as backend;
|
||||
extern crate wasm_bindgen_shared as shared;
|
||||
|
||||
use backend::{Diagnostic, TryToTokens};
|
||||
pub use parser::BindgenAttrs;
|
||||
use parser::MacroParse;
|
||||
use backend::{Diagnostic, TryToTokens};
|
||||
use proc_macro2::TokenStream;
|
||||
|
||||
mod parser;
|
||||
|
Reference in New Issue
Block a user