diff options
author | iximeow <me@iximeow.net> | 2020-01-20 02:18:07 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2020-01-20 02:18:07 -0800 |
commit | d59064d0471d4aa41dc5a96d9d46eeeeb2fea949 (patch) | |
tree | b94895dc26fae6988c007b21beb2758fd0c62a8d /src/color.rs | |
parent | 11326cf2f6e57f900ba92a6fd5e79937aeb753da (diff) |
Default impl of ColorSettings was needlessly feature gated
on a feature that doesnt exist, no less!
Diffstat (limited to 'src/color.rs')
-rw-r--r-- | src/color.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/color.rs b/src/color.rs index 4bcbd15..b756df7 100644 --- a/src/color.rs +++ b/src/color.rs @@ -153,7 +153,6 @@ mod termion_color { address: color::Fg<&'static dyn color::Color>, } - #[cfg(feature="colorize")] impl Default for ColorSettings { fn default() -> ColorSettings { ColorSettings { |