Skip to content

Commit

Permalink
s/Decodable/RustcDecodable
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Jan 13, 2015
1 parent fdeb561 commit d12983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ fn main() {
Do some records not have a distance for some reason? Use an `Option` type!

```rust
#[derive(Decodable)]
#[derive(RustcDecodable)]
struct Record {
s1: String,
s2: String,
Expand Down

0 comments on commit d12983f

Please sign in to comment.