mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-04-09 05:38:28 +08:00
重新format,对use进行排序
This commit is contained in:
@@ -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"; // 执行测试的储存库
|
||||
|
||||
Reference in New Issue
Block a user