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

chore: coding style

This commit is contained in:
2020-11-08 23:10:33 +08:00
parent 755dc5619d
commit 6e821a4cd9
4 changed files with 30 additions and 27 deletions

View File

@@ -1,8 +1,5 @@
use std::{
fs::File,
io::{ self, ErrorKind, prelude::* },
time::{ SystemTime, Duration },
};
use std::{ fs::File, io::{ self, ErrorKind, prelude::* } };
use std::time::{ SystemTime, Duration };
use crate::{ XResult, new_box_ioerror };
use crate::util_size;