重新format,对use进行排序

This commit is contained in:
HouXiaoxuan
2023-12-22 09:03:51 +08:00
parent 758cc334eb
commit 5c439aeff2
11 changed files with 66 additions and 51 deletions

View File

@@ -1,7 +1,10 @@
use sha1::{Digest, Sha1};
use std::io::Write;
use std::path::{Path, PathBuf};
use std::{fs, io, option};
use std::{
fs, io,
io::Write,
option,
path::{Path, PathBuf},
};
pub const ROOT_DIR: &str = ".mit";
pub const TEST_DIR: &str = "mit_test_storage"; // 执行测试的储存库