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 dcae524 commit cc6ac30Copy full SHA for cc6ac30
cap-tempfile/src/tempfile.rs
@@ -248,7 +248,7 @@ mod test {
248
fn get_process_umask() -> io::Result<u32> {
249
use std::os::unix::fs::{MetadataExt, OpenOptionsExt};
250
251
- let d = tempfile::tempdir().unwrap();
+ let d = ::tempfile::tempdir().unwrap();
252
let p = d.path().join("file");
253
254
let mut opts = std::fs::OpenOptions::new();
0 commit comments