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.
2 parents 496bf95 + 190981d commit 4a6a83eCopy full SHA for 4a6a83e
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