diff --git a/examples/cat.rs b/examples/cat.rs index 99bf1add..73d8bb2b 100644 --- a/examples/cat.rs +++ b/examples/cat.rs @@ -1,6 +1,5 @@ /// A very simple colorized `cat` clone, using `bat` as a library. /// See `src/bin/bat` for the full `bat` application. - use bat::{ config::{Config, InputFile, StyleComponent, StyleComponents}, Controller, HighlightingAssets, diff --git a/examples/simple.rs b/examples/simple.rs index 5fba7547..009e10c7 100644 --- a/examples/simple.rs +++ b/examples/simple.rs @@ -1,5 +1,4 @@ /// A simple program that prints its own source code using the bat library - use bat::{ config::{Config, InputFile}, Controller, HighlightingAssets,