mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-23 00:03:27 +01: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::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::*;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user