Fix feature name in serde-syntex-example readme

This commit is contained in:
David Tolnay 2016-07-31 15:47:46 -07:00
parent 85001608e0
commit 84fa3fba58
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -16,5 +16,5 @@ Point { x: 1, y: 2 }
On nightly, it can use a plugin with:
```
% rustup run nightly cargo run --features nightly --no-default-features
% rustup run nightly cargo run --features unstable --no-default-features
```