mirror of
https://github.com/clap-rs/clap
synced 2025-03-04 15:27:16 +00:00
style: Reduce unstable-v5 warnings
This commit is contained in:
parent
5d0fbb47ce
commit
5b65ede0ae
1 changed files with 1 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue