aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2020-12-23 10:22:36 +0000
committerLukas Wirth <[email protected]>2020-12-23 10:22:36 +0000
commitbdd8c0b68f097c7d1a65a5b85b94f0a79affa506 (patch)
treef1fb34af73c422e68cc094056a84e42793b6c1a9 /Cargo.toml
parent2c94c4964aa6242098f97ca3421a750a763567b4 (diff)
Remove local ungrammar dependency
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fdf2a71a0..59d36fbc1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -26,4 +26,4 @@ debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
26# chalk-ir = { path = "../chalk/chalk-ir" } 26# chalk-ir = { path = "../chalk/chalk-ir" }
27# chalk-recursive = { path = "../chalk/chalk-recursive" } 27# chalk-recursive = { path = "../chalk/chalk-recursive" }
28 28
29ungrammar = { path = "../ungrammar" } 29# ungrammar = { path = "../ungrammar" }