We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e7be70a + d0a6337 commit 0a21201Copy full SHA for 0a21201
_posts/2018-10-25-Rust-1.30.0.md
@@ -43,7 +43,7 @@ struct Pet {
43
And convert a `Pet` to and from JSON using `serde_json` because `serde_derive`
44
defined `Serialize` and `Deserialize` in a procedural macro.
45
46
-Rust expands on this by adding the ability to define two other kinds of
+Rust 1.30 expands on this by adding the ability to define two other kinds of
47
advanced macros, "attribute-like procedural macros" and "function-like
48
procedural macros."
49
0 commit comments