remove public from Colorizer properties and use ColorizerOption instead.

This commit is contained in:
nate 2017-05-27 09:23:25 -07:00 committed by Kevin K
parent 4293013c26
commit d06f819f42

View file

@ -44,8 +44,8 @@ pub struct ColorizerOption {
#[doc(hidden)] #[doc(hidden)]
pub struct Colorizer { pub struct Colorizer {
pub use_stderr: bool, use_stderr: bool,
pub when: ColorWhen, when: ColorWhen,
} }
macro_rules! color { macro_rules! color {