Merge pull request #87 from Manishearth/patch-1

Use correct attribute syntax
This commit is contained in:
Erick Tryzelaar
2015-06-07 20:46:44 -07:00
+2 -2
View File
@@ -24,8 +24,8 @@ and
for the annotated type:
```rust
#[feature(custom_derive, plugin)]
#[plugin(serde_macros)]
#![feature(custom_derive, plugin)]
#![plugin(serde_macros)]
extern crate serde;