Skip to content

Commit 4a6a83e

Browse files
Merge #28
28: Make ExternItem and AssocItem use MacroItem r=jonas-schievink a=jonas-schievink bors r+ Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2 parents 496bf95 + 190981d commit 4a6a83e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.12.0"
4+
version = "1.12.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ AssocItemList =
251251
AssocItem =
252252
Const
253253
| Fn
254-
| MacroCall
254+
| MacroItem
255255
| TypeAlias
256256

257257
Impl =
@@ -268,7 +268,7 @@ ExternItemList =
268268

269269
ExternItem =
270270
Fn
271-
| MacroCall
271+
| MacroItem
272272
| Static
273273
| TypeAlias
274274

0 commit comments

Comments
 (0)