Closed
Description
std::io::TempDir
currently has associated functions
fn new_in(tmpdir: &Path, suffix: &str) -> Option<TempDir>;
fn new(suffix: &str) -> Option<TempDir>;
These should return IoResult
rather than Option
, so that the result can be used with try!()
.
Metadata
Metadata
Assignees
Labels
No labels