Remove #[feature(io)]
I/O is stable now
This commit is contained in:
parent
9586ebfa63
commit
098e71468c
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@
|
|||
//!
|
||||
//! [book]: http://lfairy.gitbooks.io/maud/content/
|
||||
|
||||
#![feature(io)]
|
||||
|
||||
use std::fmt;
|
||||
use std::io;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue