mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 13:21:10 +00:00
allow re-use and avoid compiling kusama parachain code (#5792)
* allow re-use and avoid compiling kusama parachain code * fixup removed trailing ; * make it compat with rustfmt +nightly
This commit is contained in:
committed by
GitHub
parent
72bde2889f
commit
26fa161ece
@@ -24,7 +24,7 @@ mod cli;
|
||||
mod command;
|
||||
#[cfg(feature = "cli")]
|
||||
mod error;
|
||||
#[cfg(all(feature = "cli", build_type = "release"))]
|
||||
#[cfg(all(feature = "hostperfcheck", build_type = "release"))]
|
||||
mod host_perf_check;
|
||||
|
||||
#[cfg(feature = "full-node")]
|
||||
|
||||
Reference in New Issue
Block a user