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

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::*;