mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-12 20:11:02 +00:00
Add feature gate io
This commit is contained in:
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user