1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-17 02:32:26 +01:00

Migrated to Rust 2018

This commit is contained in:
Daniele Esposti
2019-03-08 10:48:22 +00:00
committed by David Peter
parent b94c94e845
commit a21ae614e6
14 changed files with 49 additions and 48 deletions

View File

@@ -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),