Skip to content

Commit c391a33

Browse files
Merge #48
48: Revert the visibility removal of macro_rules visibility (#46) r=Veykril a=ChayimFriedman2 As discussed in rust-analyzer/ungrammar#46 (comment). Co-authored-by: Chayim Refael Friedman <chayimfr@gmail.com>
2 parents deb3600 + 11206f1 commit c391a33

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)