s/deriving/derive/ in README

This commit is contained in:
John Gallagher 2015-01-07 09:16:28 -05:00
parent f6884cc097
commit c044d1df8f

View File

@ -13,7 +13,7 @@ extern crate time;
use time::Timespec; use time::Timespec;
use rusqlite::SqliteConnection; use rusqlite::SqliteConnection;
#[deriving(Show)] #[derive(Show)]
struct Person { struct Person {
id: i32, id: i32,
name: String, name: String,