Skip to content

Commit 016cc09

Browse files
committed
Remove #![feature(convert)]
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent 9c46340 commit 016cc09

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
2424
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
2525
html_root_url = "http://doc.rust-lang.org/glob/")]
26-
#![feature(convert)]
2726
#![cfg_attr(all(test, windows), feature(std_misc))]
2827

2928
use std::ascii::AsciiExt;

tests/glob-std.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010

1111
// ignore-windows TempDir may cause IoError on windows: #10462
1212

13-
#![feature(convert)]
1413
#![cfg_attr(test, deny(warnings))]
1514

1615
extern crate glob;

0 commit comments

Comments
 (0)