Skip to content

Commit aa2978f

Browse files
committed
Remove unused I/O feature
1 parent dae0a79 commit aa2978f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
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-
#![cfg_attr(test, feature(io))]
2726
#![cfg_attr(all(test, windows), feature(std_misc))]
2827

2928
use std::ascii::AsciiExt;

0 commit comments

Comments
 (0)