From af54069c51cc3656c9c343a7fb3c9360cfddf505 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 1 Jun 2021 19:47:46 -0400 Subject: edition: run 'cargo fix --edition --edition-idioms --all' --- crates/cli/src/lib.rs | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'crates/cli/src/lib.rs') diff --git a/crates/cli/src/lib.rs b/crates/cli/src/lib.rs index 059f42c4..c9a6aa9c 100644 --- a/crates/cli/src/lib.rs +++ b/crates/cli/src/lib.rs @@ -158,18 +158,12 @@ error message is crafted that typically tells the user how to fix the problem. #![deny(missing_docs)] -extern crate atty; -extern crate bstr; -extern crate globset; +use atty; + #[macro_use] extern crate lazy_static; #[macro_use] extern crate log; -extern crate regex; -extern crate same_file; -extern crate termcolor; -#[cfg(windows)] -extern crate winapi_util; mod decompress; mod escape; -- cgit v1.2.3