Skip to content

Commit

Permalink
chore: Remove erroneous doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lkirkwood committed Dec 6, 2024
1 parent aab4cb6 commit 8b3b3f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Private keys will not be replaced if this is not provided.";
/// The help text to display for the force parameter.
const FORCE_HELP: &str = "If this is set the user will not be prompted to confirm the operation.";

/// Structopt cli struct.
#[derive(Parser)]
pub struct Cli {
/// Path to search in.
Expand Down

0 comments on commit 8b3b3f5

Please sign in to comment.