mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 05:51:01 +00:00
Next iteration
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#![feature(rustc_macro)]
|
#![feature(rustc_macro, rustc_macro_lib)]
|
||||||
|
|
||||||
extern crate rustc_macro;
|
extern crate rustc_macro;
|
||||||
extern crate serde_codegen;
|
extern crate serde_codegen;
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
extern crate serde_json;
|
extern crate serde_json;
|
||||||
|
|
||||||
#[derive(Serialize)]
|
#[derive(Serialize, Deserialize)]
|
||||||
enum Macros {
|
enum Macros {
|
||||||
#[serde(rename = "macros 1.1")]
|
#[serde(rename = "macros 1.1")]
|
||||||
OnePointOne,
|
OnePointOne,
|
||||||
|
|||||||
Reference in New Issue
Block a user