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:
Bernhard Schuster
2022-07-20 13:53:11 +02:00
committed by GitHub
parent 72bde2889f
commit 26fa161ece
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -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")]