1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-22 16:53:19 +00:00

Remove duplicate 'extern crate'

This commit is contained in:
sharkdp
2018-10-17 20:10:29 +02:00
committed by David Peter
parent 67fe833bc8
commit ec27c78a8a
+2 -2
View File
@@ -1,11 +1,11 @@
extern crate shell_words;
use std::env;
use std::ffi::OsString;
use std::io::{self, Write};
use std::path::PathBuf;
use std::process::{Child, Command, Stdio};
use shell_words;
use app::PagingMode;
use errors::*;