Skip to content

Commit 421b5ee

Browse files
committed
Update to rust master
1 parent 473d008 commit 421b5ee

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
@@ -25,7 +25,7 @@
2525
html_root_url = "http://doc.rust-lang.org/glob/")]
2626
#![cfg_attr(test, deny(warnings))]
2727
#![cfg_attr(test, feature(env))]
28-
#![feature(path, io, core, collections, hash, std_misc, unicode)]
28+
#![feature(old_path, old_io, core, collections, hash, unicode)]
2929

3030
use std::ascii::AsciiExt;
3131
use std::cell::Cell;

tests/glob-std.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// except according to those terms.
1010

1111
// ignore-windows TempDir may cause IoError on windows: #10462
12-
#![feature(path, env, io)]
12+
#![feature(old_path, env, old_io)]
1313

1414
extern crate glob;
1515

0 commit comments

Comments
 (0)