summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/cat.rs1
-rw-r--r--examples/simple.rs1
2 files changed, 0 insertions, 2 deletions
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,