mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 14:37:57 +00:00
chore(client): remove the unnecessary clap dep (#6107)
This commit is contained in:
@@ -27,7 +27,7 @@ pub enum Error {
|
||||
/// Io error
|
||||
Io(std::io::Error),
|
||||
/// Cli error
|
||||
Cli(clap::Error),
|
||||
Cli(structopt::clap::Error),
|
||||
/// Service error
|
||||
Service(sc_service::Error),
|
||||
/// Client error
|
||||
|
||||
Reference in New Issue
Block a user