Skip to content

Commit af30e7c

Browse files
Type can also be MacroCall
1 parent a2167cb commit af30e7c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ungrammar"
33
description = "A DSL for describing concrete syntax trees"
4-
version = "1.9.0"
4+
version = "1.9.1"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/matklad/ungrammar"
77
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]

rust.ungram

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ Type =
506506
| ForType
507507
| ImplTraitType
508508
| InferType
509+
| MacroCall
509510
| NeverType
510511
| ParenType
511512
| PathType

0 commit comments

Comments
 (0)