mirror of
https://github.com/sharkdp/bat
synced 2026-08-11 20:11:43 +00:00
Migrated to Rust 2018
This commit is contained in:
committed by
David Peter
parent
b94c94e845
commit
a21ae614e6
+2
-2
@@ -6,8 +6,8 @@ use std::process::{Child, Command, Stdio};
|
||||
|
||||
use shell_words;
|
||||
|
||||
use app::PagingMode;
|
||||
use errors::*;
|
||||
use crate::app::PagingMode;
|
||||
use crate::errors::*;
|
||||
|
||||
pub enum OutputType {
|
||||
Pager(Child),
|
||||
|
||||
Reference in New Issue
Block a user