Remove references to serde_derive (#581)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user