Skip to content

Commit

Permalink
style: Reduce unstable-v5 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Mar 25, 2023
1 parent 5d0fbb4 commit 5b65ede
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/output/help_template.rs
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ impl<'cmd, 'writer> HelpTemplate<'cmd, 'writer> {
}

/// Writes binary name of a Parser Object to the wrapped stream.
#[cfg(not(feature = "unstable-v5"))]
fn write_bin_name(&mut self) {
debug!("HelpTemplate::write_bin_name");

Expand Down

0 comments on commit 5b65ede

Please sign in to comment.