Skip to content

Commit d21b5db

Browse files
committed
fixup! Finalize Path grammar
1 parent 91781c7 commit d21b5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xtask/src/codegen/rust.ungram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Path =
33

44
PathSegment =
55
'::' | 'crate' | 'self' | 'super'
6-
| (NameRef ('::'? GenericArgList)?)
6+
| NameRef GenericArgList?
77
| NameRef ParamList RetType?
88
| '<' PathType ('as' PathType)? '>'
99

0 commit comments

Comments
 (0)