Skip to content

Commit b337a49

Browse files
bors[bot]Veykril
andauthored
Merge #11871
11871: internal: Move `rust.ungram` into `rust-analyzer/crates/syntax` r=Veykril a=Veykril This makes updating the grammar a lot simpler for us. Though removing it from ungrammar can't be done without bumping it to 2.0 so I'll leave it in there for the time being. cc rust-analyzer/ungrammar#47 Co-authored-by: Lukas Wirth <[email protected]>
2 parents 50225fe + 0d1d1dc commit b337a49

File tree

3 files changed

+668
-3
lines changed

3 files changed

+668
-3
lines changed

crates/syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rayon = "1.5.1"
3030
expect-test = "1.2.2"
3131
proc-macro2 = "1.0.36"
3232
quote = "1.0.16"
33-
ungrammar = "=1.16.1"
33+
ungrammar = "1.16.1"
3434

3535
test_utils = { path = "../test_utils" }
3636
sourcegen = { path = "../sourcegen" }

0 commit comments

Comments
 (0)