Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
missing_docs fixes
  • Loading branch information
michalkucharczyk committed Jan 27, 2023
commit 4cea6fed2ee475a65db81d0726a5fdd6ba5ed3e7
2 changes: 0 additions & 2 deletions cli/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ pub struct ValidationWorkerCommand {
#[derive(Debug, Parser)]
#[group(skip)]
pub struct RunCmd {
#[allow(missing_docs)]
#[clap(flatten)]
pub base: sc_cli::RunCmd,

Expand Down Expand Up @@ -155,7 +154,6 @@ pub struct Cli {
#[clap(flatten)]
pub run: RunCmd,

#[allow(missing_docs)]
#[clap(flatten)]
pub storage_monitor: sc_storage_monitor::StorageMonitorParams,
}