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 65ac84e commit e7c9155Copy full SHA for e7c9155
src/lib.rs
@@ -8,7 +8,6 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-#![feature(convert, io)]
12
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
13
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
14
html_root_url = "http://doc.rust-lang.org/tempdir/")]
@@ -74,8 +73,7 @@ impl TempDir {
74
73
}
75
76
Err(Error::new(ErrorKind::AlreadyExists,
77
- "too many temporary directories already exist",
78
- None))
+ "too many temporary directories already exist"))
79
80
81
/// Attempts to make a temporary directory inside of `env::temp_dir()` whose
0 commit comments