We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9739416 commit f54b9dcCopy full SHA for f54b9dc
src/app/help.rs
@@ -511,6 +511,7 @@ impl<'a> Help<'a> {
511
/// Writes help for all arguments (options, flags, args, subcommands)
512
/// including titles of a Parser Object to the wrapped stream.
513
#[cfg_attr(feature = "lints", allow(useless_let_if_seq))]
514
+ #[cfg_attr(feature = "cargo-clippy", allow(useless_let_if_seq))]
515
pub fn write_all_args(&mut self, parser: &Parser) -> ClapResult<()> {
516
debugln!("Help::write_all_args;");
517
let flags = parser.has_flags();
0 commit comments