Skip to content

Commit 0602315

Browse files
bors[bot]Veykril
andauthored
Merge #36
36: Add GenericParamList to AssocTypeArg r=Veykril a=Veykril Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2 parents 3207f95 + 683747f commit 0602315

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.14.1"
4+
version = "1.14.2"
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ TypeArg =
5151
Type
5252

5353
AssocTypeArg =
54-
NameRef (':' TypeBoundList | '=' Type)
54+
NameRef GenericParamList? (':' TypeBoundList | '=' Type)
5555

5656
LifetimeArg =
5757
Lifetime

0 commit comments

Comments
 (0)