mirror of
https://github.com/sharkdp/bat.git
synced 2025-01-31 18:21:04 +00:00
Remove duplicate 'extern crate'
This commit is contained in:
parent
67fe833bc8
commit
ec27c78a8a
@ -1,11 +1,11 @@
|
|||||||
extern crate shell_words;
|
|
||||||
|
|
||||||
use std::env;
|
use std::env;
|
||||||
use std::ffi::OsString;
|
use std::ffi::OsString;
|
||||||
use std::io::{self, Write};
|
use std::io::{self, Write};
|
||||||
use std::path::PathBuf;
|
use std::path::PathBuf;
|
||||||
use std::process::{Child, Command, Stdio};
|
use std::process::{Child, Command, Stdio};
|
||||||
|
|
||||||
|
use shell_words;
|
||||||
|
|
||||||
use app::PagingMode;
|
use app::PagingMode;
|
||||||
use errors::*;
|
use errors::*;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user