From d12983fb88dab7f8abffe6349775bd418e457637 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Tue, 13 Jan 2015 06:46:49 -0500 Subject: [PATCH] s/Decodable/RustcDecodable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13dcfdd..ae8d0e1 100644 --- a/README.md +++ b/README.md @@ -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,