Skip to content

Commit

Permalink
rust/pvapconfig: Fix expected out doc comment
Browse files Browse the repository at this point in the history
error[E0753]: expected outer doc comment

Signed-off-by: Marc Hartmayer <[email protected]>
Reviewed-by: Steffen Eiden <[email protected]>
Signed-off-by: Steffen Eiden <[email protected]>
  • Loading branch information
mhartmay authored and steffen-eiden committed May 27, 2024
1 parent 503e241 commit 4d2c92f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/pvapconfig/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
//
// Copyright IBM Corp. 2023
//
//! Command line interface for pvapconfig
//

use clap::Parser;
Expand All @@ -11,6 +10,7 @@ use lazy_static::lazy_static;
/// The default pvapconfig config file
pub const PATH_DEFAULT_CONFIG_FILE: &str = "/etc/pvapconfig.yaml";

/// Command line interface for pvapconfig
#[derive(Parser, Clone)]
pub struct Cli {
/// Provide a custom config file (overwrites default /etc/pvapconfig.yaml).
Expand Down

0 comments on commit 4d2c92f

Please sign in to comment.