Recommend 'extern crate serde'

This commit is contained in:
David Tolnay 2017-04-08 13:53:13 -07:00
parent 1b763da529
commit 2c49f9aad3
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -19,6 +19,7 @@ You may be looking for:
#[macro_use]
extern crate serde_derive;
extern crate serde;
extern crate serde_json;
#[derive(Serialize, Deserialize, Debug)]