We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 928c645 commit 113a7acCopy full SHA for 113a7ac
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.12.0"
+version = "1.11.0"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
rust.ungram
@@ -90,7 +90,7 @@ Item =
90
| ExternCrate
91
| Fn
92
| Impl
93
-| MacroItem
+| MacroCall
94
| MacroRules
95
| MacroDef
96
| Module
@@ -101,9 +101,6 @@ Item =
101
| Union
102
| Use
103
104
-MacroItem =
105
- MacroCall
106
-
107
MacroRules =
108
Attr* Visibility?
109
'macro_rules' '!' Name
0 commit comments