Remove #[feature(io)]

I/O is stable now
This commit is contained in:
Chris Wong 2015-03-15 11:18:21 +13:00
parent 9586ebfa63
commit 098e71468c

View file

@ -5,8 +5,6 @@
//!
//! [book]: http://lfairy.gitbooks.io/maud/content/
#![feature(io)]
use std::fmt;
use std::io;