mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-17 15:01:23 +00:00
cargo +nightly fmt --all
Rustfmt all the things!
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
#![recursion_limit = "256"]
|
||||
#![cfg_attr(feature = "extra-traits", deny(missing_debug_implementations))]
|
||||
#![cfg_attr(
|
||||
feature = "extra-traits",
|
||||
deny(missing_debug_implementations)
|
||||
)]
|
||||
#![doc(html_root_url = "https://docs.rs/wasm-bindgen-backend/0.2")]
|
||||
|
||||
#[macro_use]
|
||||
|
Reference in New Issue
Block a user