Skip to content

Commit 60750ca

Browse files
committed
tempfile dep bump fallout
1 parent afa6d67 commit 60750ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_data_structures/src/temp_dir.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ impl Drop for MaybeTempDir {
1717
// occur.
1818
let dir = unsafe { ManuallyDrop::take(&mut self.dir) };
1919
if self.keep {
20-
let _ = dir.into_path();
20+
let _ = dir.keep();
2121
}
2222
}
2323
}

0 commit comments

Comments
 (0)