mirror of
https://github.com/serde-rs/serde.git
synced 2025-10-02 07:21:12 +00:00
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)]
|
#![allow(non_camel_case_types)]
|
||||||
|
|
||||||
#[plugin]
|
#[plugin]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#![feature(plugin)]
|
#![feature(plugin, io)]
|
||||||
#![allow(non_camel_case_types)]
|
#![allow(non_camel_case_types)]
|
||||||
|
|
||||||
#[plugin]
|
#[plugin]
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
#![feature(io)]
|
||||||
|
|
||||||
extern crate unicode;
|
extern crate unicode;
|
||||||
|
|
||||||
//pub use ser::{Serialize, Serializer};
|
//pub use ser::{Serialize, Serializer};
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#![feature(plugin)]
|
#![feature(plugin, io)]
|
||||||
#![allow(unstable)]
|
|
||||||
#![crate_type = "dylib"]
|
#![crate_type = "dylib"]
|
||||||
#![crate_type = "rlib"]
|
#![crate_type = "rlib"]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user