Add feature gate io

This commit is contained in:
Thomas Bahn 2015-02-06 15:22:04 +01:00
parent a87fab9ecc
commit 1cf41295c7
4 changed files with 5 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#![feature(plugin)]
#![feature(plugin, io)]
#![allow(non_camel_case_types)]
#[plugin]

View File

@ -1,4 +1,4 @@
#![feature(plugin)]
#![feature(plugin, io)]
#![allow(non_camel_case_types)]
#[plugin]

View File

@ -1,3 +1,5 @@
#![feature(io)]
extern crate unicode;
//pub use ser::{Serialize, Serializer};

View File

@ -1,5 +1,4 @@
#![feature(plugin)]
#![allow(unstable)]
#![feature(plugin, io)]
#![crate_type = "dylib"]
#![crate_type = "rlib"]