This commit is contained in:
weisd
2024-09-27 09:05:38 +08:00
parent 053cbc1b35
commit 3d6172c544
3 changed files with 18 additions and 18 deletions
-9
View File
@@ -208,12 +208,3 @@ pub async fn os_mkdir_all(dir_path: impl AsRef<Path>, base_dir: impl AsRef<Path>
Ok(())
}
#[cfg(test)]
mod test {
use super::*;
#[tokio::test]
async fn test_make_dir() {}
}