mirror of
https://github.com/jht5945/rust_util.git
synced 2025-12-27 23:40:05 +08:00
chore: uses
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
use std::{ env, io::{ self, Write }, sync::{ Arc, Mutex } };
|
||||
use std::env;
|
||||
use std::io::{self, Write};
|
||||
use std::sync::{Arc, Mutex};
|
||||
|
||||
lazy_static! {
|
||||
pub static ref IS_ATTY: bool = is_atty();
|
||||
|
||||
Reference in New Issue
Block a user