summaryrefslogtreecommitdiffstats
path: root/grep-printer/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'grep-printer/src/lib.rs')
-rw-r--r--grep-printer/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/grep-printer/src/lib.rs b/grep-printer/src/lib.rs
index 128b0bdf..6ef11c72 100644
--- a/grep-printer/src/lib.rs
+++ b/grep-printer/src/lib.rs
@@ -83,7 +83,7 @@ extern crate serde_derive;
extern crate serde_json;
extern crate termcolor;
-pub use color::{ColorError, ColorSpecs, UserColorSpec};
+pub use color::{ColorError, ColorSpecs, UserColorSpec, default_color_specs};
#[cfg(feature = "serde1")]
pub use json::{JSON, JSONBuilder, JSONSink};
pub use standard::{Standard, StandardBuilder, StandardSink};