Skip to content

Commit 113a7ac

Browse files
Revert "Split out macro calls in item position"
This reverts commit 723a57a.
1 parent 928c645 commit 113a7ac

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
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.11.0"
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 & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Item =
9090
| ExternCrate
9191
| Fn
9292
| Impl
93-
| MacroItem
93+
| MacroCall
9494
| MacroRules
9595
| MacroDef
9696
| Module
@@ -101,9 +101,6 @@ Item =
101101
| Union
102102
| Use
103103

104-
MacroItem =
105-
MacroCall
106-
107104
MacroRules =
108105
Attr* Visibility?
109106
'macro_rules' '!' Name

0 commit comments

Comments
 (0)