Add feature gate io
This commit is contained in:
parent
a87fab9ecc
commit
1cf41295c7
@ -1,4 +1,4 @@
|
||||
#![feature(plugin)]
|
||||
#![feature(plugin, io)]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
#[plugin]
|
||||
|
@ -1,4 +1,4 @@
|
||||
#![feature(plugin)]
|
||||
#![feature(plugin, io)]
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
#[plugin]
|
||||
|
@ -1,3 +1,5 @@
|
||||
#![feature(io)]
|
||||
|
||||
extern crate unicode;
|
||||
|
||||
//pub use ser::{Serialize, Serializer};
|
||||
|
@ -1,5 +1,4 @@
|
||||
#![feature(plugin)]
|
||||
#![allow(unstable)]
|
||||
#![feature(plugin, io)]
|
||||
#![crate_type = "dylib"]
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user