]> git.proxmox.com Git - cargo.git/blobdiff - vendor/env_logger/src/fmt/writer/atty.rs
New upstream version 0.52.0
[cargo.git] / vendor / env_logger / src / fmt / writer / atty.rs
index f6718413f0d68cf09b15443134734529ca095903..343539c15773d64d9a4201c74327e5097f02bc43 100644 (file)
@@ -9,8 +9,6 @@ from being printed.
 
 #[cfg(feature = "atty")]
 mod imp {
-    use atty;
-
     pub(in crate::fmt) fn is_stdout() -> bool {
         atty::is(atty::Stream::Stdout)
     }