Skip to content

Commit 148e3d0

Browse files
bors[bot]matklad
andauthored
Merge #7287
7287: Make SyntaxPtr lookup logarithmic r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2 parents 92c0379 + 26ef7e3 commit 148e3d0

File tree

2 files changed

+31
-11
lines changed

2 files changed

+31
-11
lines changed

Cargo.lock

Lines changed: 30 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ doctest = false
1212

1313
[dependencies]
1414
itertools = "0.10.0"
15-
rowan = "0.10.0"
15+
rowan = "0.10.1"
1616
rustc_lexer = { version = "697.0.0", package = "rustc-ap-rustc_lexer" }
1717
rustc-hash = "1.1.0"
1818
arrayvec = "0.5.1"

0 commit comments

Comments
 (0)