chore(client): remove the unnecessary clap dep (#6107)

This commit is contained in:
clearloop
2020-05-22 07:38:31 +08:00
committed by GitHub
parent 72386f609a
commit 3cd546cf80
3 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -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