We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8451789 commit c21e381Copy full SHA for c21e381
src/fs/create_dir_all.rs
@@ -1,5 +1,5 @@
1
use std::fs;
2
-use std::path::{Path, PathBuf};
+use std::path::Path;
3
4
use crate::task::blocking;
5
use crate::io;
0 commit comments