mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 22:54:49 +01:00
improve: nix flakebox fmt
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user