mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-05 21:02:27 +01:00
Move colors to printer module
This commit is contained in:
committed by
David Peter
parent
120b33a9db
commit
ee43377a9c
@@ -1,7 +1,6 @@
|
||||
use ansi_term::Style;
|
||||
use diff::LineChange;
|
||||
use printer::Printer;
|
||||
use Colors;
|
||||
use printer::{Colors, Printer};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct DecorationText {
|
||||
|
Reference in New Issue
Block a user