mirror of
https://github.com/sharkdp/bat
synced 2026-08-03 18:51:44 +00:00
Derive fmt::Debug whenever possible
This commit is contained in:
committed by
David Peter
parent
7208a63a49
commit
2253d07341
+1
-1
@@ -567,7 +567,7 @@ impl<'a> Printer for InteractivePrinter<'a> {
|
||||
|
||||
const DEFAULT_GUTTER_COLOR: u8 = 238;
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Debug, Default)]
|
||||
pub struct Colors {
|
||||
pub grid: Style,
|
||||
pub filename: Style,
|
||||
|
||||
Reference in New Issue
Block a user