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 496bf95 commit 190981dCopy full SHA for 190981d
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.12.1"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
rust.ungram
@@ -251,7 +251,7 @@ AssocItemList =
251
AssocItem =
252
Const
253
| Fn
254
-| MacroCall
+| MacroItem
255
| TypeAlias
256
257
Impl =
@@ -268,7 +268,7 @@ ExternItemList =
268
269
ExternItem =
270
Fn
271
272
| Static
273
274
0 commit comments