This commit is contained in:
Kitson Kelly 2020-04-04 13:41:16 +11:00 committed by GitHub
parent 0db04d6a42
commit f527407287
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 1 additions and 48 deletions

View file

@ -2,8 +2,6 @@
use crate::colors;
use crate::flags::Flags;
use crate::op_error::OpError;
#[cfg(not(test))]
use atty;
use std::collections::HashSet;
use std::fmt;
#[cfg(not(test))]