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 09007af + 1959fdf commit 45d4794Copy full SHA for 45d4794
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "ungrammar"
3
description = "A DSL for describing concrete syntax trees"
4
-version = "1.9.1"
+version = "1.9.2"
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/matklad/ungrammar"
7
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]
rust.ungram
@@ -506,7 +506,7 @@ Type =
506
| ForType
507
| ImplTraitType
508
| InferType
509
-| MacroCall
+| MacroType
510
| NeverType
511
| ParenType
512
| PathType
@@ -521,6 +521,9 @@ ParenType =
521
NeverType =
522
'!'
523
524
+MacroType =
525
+ MacroCall
526
+
527
PathType =
528
Path
529
0 commit comments