Skip to content

Commit 0d1d1dc

Browse files
committed
internal: Move rust.ungram into rust-analyzer/crates/syntax
1 parent a1d684e commit 0d1d1dc

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)