mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +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.
|
/// Writes binary name of a Parser Object to the wrapped stream.
|
||||||
|
#[cfg(not(feature = "unstable-v5"))]
|
||||||
fn write_bin_name(&mut self) {
|
fn write_bin_name(&mut self) {
|
||||||
debug!("HelpTemplate::write_bin_name");
|
debug!("HelpTemplate::write_bin_name");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue