aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-01-20 02:18:07 -0800
committeriximeow <me@iximeow.net>2020-01-20 02:18:07 -0800
commitd59064d0471d4aa41dc5a96d9d46eeeeb2fea949 (patch)
treeb94895dc26fae6988c007b21beb2758fd0c62a8d
parent11326cf2f6e57f900ba92a6fd5e79937aeb753da (diff)
Default impl of ColorSettings was needlessly feature gated
on a feature that doesnt exist, no less!
-rw-r--r--src/color.rs1
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 {