mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 04:17:57 +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
@@ -36,6 +36,9 @@ pub enum PerfCheckError {
|
||||
#[error("This subcommand is only available in release mode")]
|
||||
WrongBuildType,
|
||||
|
||||
#[error("This subcommand is only available when compiled with `{feature}`")]
|
||||
FeatureNotEnabled { feature: &'static str },
|
||||
|
||||
#[error("No wasm code found for running the performance test")]
|
||||
WasmBinaryMissing,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user