We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c18768 commit 7ed1522Copy full SHA for 7ed1522
guide/src/reference/arbitrary-data-with-serde.md
@@ -34,7 +34,7 @@ extern crate serde_derive;
34
35
## Derive the `Serialize` and `Deserialize` Traits
36
37
-Add `#![derive(Serialize, Deserialize)]` to your type. All of your type's
+Add `#[derive(Serialize, Deserialize)]` to your type. All of your type's
38
members must also be supported by Serde, i.e. their types must also implement
39
the `Serialize` and `Deserialize` traits.
40
0 commit comments