mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-06 05:12:27 +01:00
Derive fmt::Debug whenever possible
This commit is contained in:
committed by
David Peter
parent
7208a63a49
commit
2253d07341
@@ -2,7 +2,7 @@ use crate::diff::LineChange;
|
||||
use crate::printer::{Colors, InteractivePrinter};
|
||||
use ansi_term::Style;
|
||||
|
||||
#[derive(Clone)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct DecorationText {
|
||||
pub width: usize,
|
||||
pub text: String,
|
||||
|
Reference in New Issue
Block a user