Skip to content

Commit 2866baa

Browse files
bors[bot]matklad
andauthored
18: Rename tail_expr r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 2d3670b + 3d965ac commit 2866baa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/rust-analyzer/lib/ungrammar/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.5.0"
4+
version = "1.6.0"
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/matklad/ungrammar"
77
authors = ["Aleksey Kladov <aleksey.kladov@gmail.com>"]

src/tools/rust-analyzer/lib/ungrammar/rust.ungram

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ BlockExpr =
368368
'{'
369369
Attr*
370370
statements:Stmt*
371-
Expr?
371+
tail_expr:Expr?
372372
'}'
373373

374374
RefExpr =

0 commit comments

Comments
 (0)