Skip to content

Commit 11206f1

Browse files
Revert the visibility removal of macro_rules visibility (#46)
As discussed in rust-analyzer/ungrammar#46 (comment).
1 parent deb3600 commit 11206f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust.ungram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ Item =
102102
| Use
103103

104104
MacroRules =
105-
Attr*
105+
Attr* Visibility?
106106
'macro_rules' '!' Name
107107
TokenTree
108108

0 commit comments

Comments
 (0)