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 9c46340 commit 016cc09Copy full SHA for 016cc09
src/lib.rs
@@ -23,7 +23,6 @@
23
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
24
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
25
html_root_url = "http://doc.rust-lang.org/glob/")]
26
-#![feature(convert)]
27
#![cfg_attr(all(test, windows), feature(std_misc))]
28
29
use std::ascii::AsciiExt;
tests/glob-std.rs
@@ -10,7 +10,6 @@
10
11
// ignore-windows TempDir may cause IoError on windows: #10462
12
13
14
#![cfg_attr(test, deny(warnings))]
15
16
extern crate glob;
0 commit comments