style: Reduce unstable-v5 warnings

This commit is contained in:
Ed Page 2023-03-24 21:28:08 -05:00
parent 5d0fbb47ce
commit 5b65ede0ae

View file

@ -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");