1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-11 20:11:43 +00:00

Derive fmt::Debug whenever possible

This commit is contained in:
Fahmi Akbar Wildana
2019-10-15 08:25:53 +07:00
committed by David Peter
parent 7208a63a49
commit 2253d07341
7 changed files with 8 additions and 6 deletions
+1
View File
@@ -9,6 +9,7 @@ use shell_words;
use crate::errors::*;
use crate::PagingMode;
#[derive(Debug)]
pub enum OutputType {
Pager(Child),
Stdout(io::Stdout),