mirror of
https://github.com/clap-rs/clap
synced 2024-12-14 06:42:33 +00:00
remove public from Colorizer properties and use ColorizerOption instead.
This commit is contained in:
parent
4293013c26
commit
d06f819f42
1 changed files with 2 additions and 2 deletions
|
@ -44,8 +44,8 @@ pub struct ColorizerOption {
|
|||
|
||||
#[doc(hidden)]
|
||||
pub struct Colorizer {
|
||||
pub use_stderr: bool,
|
||||
pub when: ColorWhen,
|
||||
use_stderr: bool,
|
||||
when: ColorWhen,
|
||||
}
|
||||
|
||||
macro_rules! color {
|
||||
|
|
Loading…
Reference in a new issue