mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 14:52:33 +00:00
style: allow unused field
This commit is contained in:
parent
35d7841211
commit
e8516a9098
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ use std::{
|
||||||
#[derive(Clone, Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub(crate) struct Colorizer {
|
pub(crate) struct Colorizer {
|
||||||
use_stderr: bool,
|
use_stderr: bool,
|
||||||
|
#[allow(unused)]
|
||||||
color_when: ColorChoice,
|
color_when: ColorChoice,
|
||||||
pieces: Vec<(String, Style)>,
|
pieces: Vec<(String, Style)>,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue