diff --git a/src/printer.rs b/src/printer.rs index af7a602d..9266e2a7 100644 --- a/src/printer.rs +++ b/src/printer.rs @@ -22,7 +22,6 @@ use unicode_width::UnicodeWidthChar; use crate::assets::{HighlightingAssets, SyntaxReferenceInSet}; use crate::config::Config; -#[cfg(feature = "git")] use crate::decorations::{Decoration, GridBorderDecoration, LineNumberDecoration}; #[cfg(feature = "git")] use crate::decorations::{LineBlamesDecoration, LineChangesDecoration};