]> git.proxmox.com Git - rustc.git/blobdiff - src/libstd/sys_common/io.rs
New upstream version 1.41.1+dfsg1
[rustc.git] / src / libstd / sys_common / io.rs
index 8789abe55c3d0b526d9526a5ea10f333d72e918c..7c1d98a5abd599bb6b0460c6942ebaebd94175d4 100644 (file)
@@ -3,9 +3,9 @@ pub const DEFAULT_BUF_SIZE: usize = 8 * 1024;
 #[cfg(test)]
 #[allow(dead_code)] // not used on emscripten
 pub mod test {
-    use crate::path::{Path, PathBuf};
     use crate::env;
     use crate::fs;
+    use crate::path::{Path, PathBuf};
     use rand::RngCore;
 
     pub struct TempDir(PathBuf);