Skip to content

Commit

Permalink
Merge pull request #513 from l4l/fix/macro_frag_spec
Browse files Browse the repository at this point in the history
Add missed literal at MacroFragSpec
  • Loading branch information
Centril authored Jan 17, 2019
2 parents 1c775a1 + ee574fd commit 78be683
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/macros-by-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
> &nbsp;&nbsp; | `$` `(` _MacroMatch_<sup>+</sup> `)` _MacroRepSep_<sup>?</sup> _MacroKleeneOp_
>
> _MacroFragSpec_ :\
> &nbsp;&nbsp; &nbsp;&nbsp; `block` | `expr` | `ident` | `item` | `lifetime`\
> &nbsp;&nbsp; &nbsp;&nbsp; `block` | `expr` | `ident` | `item` | `lifetime` | `literal`\
> &nbsp;&nbsp; | `meta` | `pat` | `path` | `stmt` | `tt` | `ty` | `vis`
>
> _MacroRepSep_ :\
Expand Down

0 comments on commit 78be683

Please sign in to comment.