Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Commit 60a09e6

Browse files
committed
Update feature sets
1 parent cea959b commit 60a09e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![feature(path, io)]
11+
#![feature(std_misc, io)]
1212
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
1313
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
1414
html_root_url = "http://doc.rust-lang.org/tempdir/")]

tests/smoke.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
#![feature(fs, path, io)]
11+
#![feature(path_ext)]
1212

1313
extern crate tempdir;
1414

0 commit comments

Comments
 (0)