1
0
mirror of https://github.com/jht5945/rust_util.git synced 2025-12-27 15:40:03 +08:00

style: fix clippy

This commit is contained in:
2020-08-02 11:44:56 +08:00
parent fe7ab57ac5
commit e79908b4fe
6 changed files with 17 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
use std::{
io::{self, Write},
sync::{Arc, Mutex},
io::{ self, Write },
sync::{ Arc, Mutex },
};
lazy_static! {