File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/dev/dir-structure/src/vfs Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ use std::fs;
66use std:: path:: Path ;
77use std:: path:: PathBuf ;
88use std:: pin:: Pin ;
9- use std:: sync:: atomic:: AtomicU64 ;
109
11- use crate :: atomic_dir:: TempDirApi ;
12- use crate :: atomic_dir:: VfsSupportsTemporaryDirectories ;
1310use crate :: error:: Result ;
1411use crate :: error:: VfsResult ;
1512use crate :: error:: WrapIoError ;
@@ -139,7 +136,11 @@ mod imp {
139136pub ( crate ) mod atomic_dir_imp {
140137 //! The [`VfsSupportsTemporaryDirectories`] implementation for the [`FsVfs`] file system.
141138
139+ use std:: sync:: atomic:: AtomicU64 ;
140+
142141 use super :: * ;
142+ use crate :: atomic_dir:: TempDirApi ;
143+ use crate :: atomic_dir:: VfsSupportsTemporaryDirectories ;
143144
144145 /// A temporary directory in the real file system.
145146 pub struct TempDir ( PathBuf ) ;
You can’t perform that action at this time.
0 commit comments