mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 06:44:16 +00:00
style: Make clippy happy
This commit is contained in:
parent
10a62de4cb
commit
958c749e61
1 changed files with 2 additions and 0 deletions
|
@ -4888,11 +4888,13 @@ impl fmt::Display for Command {
|
|||
#[allow(dead_code)] // atm dependent on features enabled
|
||||
pub(crate) trait AppTag: crate::builder::ext::Extension {}
|
||||
|
||||
#[allow(dead_code)] // atm dependent on features enabled
|
||||
#[derive(Default, Copy, Clone, Debug)]
|
||||
struct TermWidth(usize);
|
||||
|
||||
impl AppTag for TermWidth {}
|
||||
|
||||
#[allow(dead_code)] // atm dependent on features enabled
|
||||
#[derive(Default, Copy, Clone, Debug)]
|
||||
struct MaxTermWidth(usize);
|
||||
|
||||
|
|
Loading…
Reference in a new issue