diff --git a/src/response.rs b/src/response.rs index 030b4ac..2bb667a 100644 --- a/src/response.rs +++ b/src/response.rs @@ -465,10 +465,6 @@ impl Response { /// // Put this in Cargo.toml: serde = { version = "1", features = ["derive"] } /// use serde::{Deserialize}; /// - /// // An alternative way to is to use the `serde_derive` crate. - /// // Put this in Cargo.toml: serde_derive = "1" - /// // use serde_derive::{Deserialize}; - /// /// #[derive(Deserialize)] /// struct Message { /// hello: String,