improve: nix flakebox fmt

This commit is contained in:
thesimplekid
2023-10-22 16:42:22 +01:00
parent dafa0079e8
commit bf5ea01c1f
80 changed files with 1028 additions and 261 deletions

View File

@@ -1,15 +1,13 @@
#[cfg(all(target_arch = "wasm32", feature = "blocking"))]
compile_error!("`blocking` feature can't be enabled for WASM targets");
#[cfg(feature = "blocking")]
use futures_util::Future;
#[cfg(feature = "blocking")]
use once_cell::sync::Lazy;
#[cfg(feature = "blocking")]
use tokio::runtime::Runtime;
#[cfg(feature = "blocking")]
use futures_util::Future;
#[cfg(feature = "wallet")]
pub mod client;