mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-17 02:32:26 +01:00
Strip dependencies of bat-as-a-library
This commit is contained in:
committed by
David Peter
parent
e7e1967bb0
commit
570805bc98
@@ -4,8 +4,6 @@ use std::io::{self, Write};
|
||||
use std::path::PathBuf;
|
||||
use std::process::{Child, Command, Stdio};
|
||||
|
||||
use shell_words;
|
||||
|
||||
use crate::config::PagingMode;
|
||||
use crate::errors::*;
|
||||
use crate::less::retrieve_less_version;
|
||||
|
Reference in New Issue
Block a user