Uh oh!
There was an error while loading. Please reload this page.
Correct a typo in procedural macros chapter of the Book. - #39847
Conversation
rust-highfive
commented
Feb 15, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @steveklabnik (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
| Check out the [docs](https://docs.rs/syn/0.10.5/syn/struct.MacroInput.html), | ||
| there is some useful information there. We are able to get the name of the | ||
| type using `ast.ident`. The `quote!` macro let's us write up the Rust code | ||
| type using `ast.ident`. The `quote!` macro let us write up the Rust code |
There was a problem hiding this comment.
I think this should be "... lets us write ..." since 'macro' is singular.
There was a problem hiding this comment.
Indeed! I pushed a fixup commit.
frewsxcv
commented
Feb 16, 2017
Thanks! @bors r+ rollup |
bors
commented
Feb 16, 2017
📌 Commit 36b00cf has been approved by |
Correct a typo in procedural macros chapter of the Book. A simple and short correction for procedural macros chapter of the Rust Programming Language Book.
Correct a typo in procedural macros chapter of the Book. A simple and short correction for procedural macros chapter of the Rust Programming Language Book.
Correct a typo in procedural macros chapter of the Book. A simple and short correction for procedural macros chapter of the Rust Programming Language Book.
Correct a typo in procedural macros chapter of the Book. A simple and short correction for procedural macros chapter of the Rust Programming Language Book.
A simple and short correction for procedural macros chapter of the Rust Programming Language Book.