mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-17 02:32:26 +01:00
Derive fmt::Debug whenever possible
This commit is contained in:
committed by
David Peter
parent
7208a63a49
commit
2253d07341
@@ -9,6 +9,7 @@ use shell_words;
|
||||
use crate::errors::*;
|
||||
use crate::PagingMode;
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum OutputType {
|
||||
Pager(Child),
|
||||
Stdout(io::Stdout),
|
||||
|
Reference in New Issue
Block a user