style: Make clippy happy

This commit is contained in:
Ed Page 2024-05-14 14:05:55 -05:00
parent 10a62de4cb
commit 958c749e61

View file

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