summaryrefslogtreecommitdiffstats
path: root/crates/printer/src/color.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/printer/src/color.rs')
-rw-r--r--crates/printer/src/color.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/crates/printer/src/color.rs b/crates/printer/src/color.rs
index d1a970ea..11d2c3e6 100644
--- a/crates/printer/src/color.rs
+++ b/crates/printer/src/color.rs
@@ -147,9 +147,6 @@ pub struct ColorSpecs {
/// A `UserColorSpec` can also be converted to a `termcolor::ColorSpec`:
///
/// ```rust
-/// extern crate grep_printer;
-/// extern crate termcolor;
-///
/// # fn main() {
/// use termcolor::{Color, ColorSpec};
/// use grep_printer::UserColorSpec;