]> git.proxmox.com Git - cargo.git/blobdiff - vendor/proptest/src/arbitrary/_std/fs.rs
New upstream version 0.37.0
[cargo.git] / vendor / proptest / src / arbitrary / _std / fs.rs
index 642fdf2f8a95c2f6895230a9f0afd1eb0816fe93..66d18ca1ada66c839071353b486f8039b0fd5474 100644 (file)
@@ -9,10 +9,10 @@
 
 //! Arbitrary implementations for `std::fs`.
 
-use std::fs::{DirBuilder};
+use std::fs::DirBuilder;
 
-use strategy::statics::static_map;
-use arbitrary::{any, SMapped};
+use crate::arbitrary::{any, SMapped};
+use crate::strategy::statics::static_map;
 
 // TODO: other parts (figure out workable semantics).