This commit is contained in:
Manish Goregaokar 2015-06-06 18:08:33 +05:30
parent c3fe6c9c67
commit 26b1ed79c0

View File

@ -24,8 +24,8 @@ and
for the annotated type: for the annotated type:
```rust ```rust
#[feature(custom_derive, plugin)] #![feature(custom_derive, plugin)]
#[plugin(serde_macros)] #![plugin(serde_macros)]
extern crate serde; extern crate serde;