From c044d1df8f0af83697315c4ca29c26c2bb425357 Mon Sep 17 00:00:00 2001 From: John Gallagher Date: Wed, 7 Jan 2015 09:16:28 -0500 Subject: [PATCH] s/deriving/derive/ in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10319a0..fb44ef1 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ extern crate time; use time::Timespec; use rusqlite::SqliteConnection; -#[deriving(Show)] +#[derive(Show)] struct Person { id: i32, name: String,