1
0
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:
Ezinwa Okpoechi
2018-05-21 15:00:00 +02:00
committed by David Peter
parent 120b33a9db
commit ee43377a9c
2 changed files with 33 additions and 3 deletions

View File

@@ -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 {