Skip to content

Commit

Permalink
Allow clippy::manual_non_exhaustive in the Cli struct
Browse files Browse the repository at this point in the history
  • Loading branch information
acuteenvy committed Feb 10, 2024
1 parent 5350eca commit 86ca22c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const AFTER_HELP: &str = if cfg!(target_os = "windows") {
{usage-heading} {usage}\n\n\
{all-args}{after-help}"
)]
#[allow(clippy::manual_non_exhaustive)]
pub struct Cli {
/// The tldr page to show.
#[arg(group = "operations", required = true)]
Expand Down

0 comments on commit 86ca22c

Please sign in to comment.