diff --git a/crates-io.md b/crates-io.md index d63c4ba9..3c6caa1a 100644 --- a/crates-io.md +++ b/crates-io.md @@ -16,11 +16,7 @@ You may be looking for: ## Serde in action ```rust -#[macro_use] -extern crate serde_derive; - -extern crate serde; -extern crate serde_json; +use serde::{Serialize, Deserialize}; #[derive(Serialize, Deserialize, Debug)] struct Point {