aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/Cargo.toml
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2021-03-15 00:39:23 +0000
committerJonas Schievink <[email protected]>2021-03-15 00:39:41 +0000
commit8b4cbbb87c6dc946711570096d857603c30a5d8d (patch)
tree90f05142189ae325232cf28d7ee05509fda0266f /crates/ide/Cargo.toml
parent7b1a0d5fb724d3f802fe23f9b4455ffd6d7e114f (diff)
Redo it properly and add a quickfix
Diffstat (limited to 'crates/ide/Cargo.toml')
-rw-r--r--crates/ide/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/Cargo.toml b/crates/ide/Cargo.toml
index 107bd8432..6ae7c9e6c 100644
--- a/crates/ide/Cargo.toml
+++ b/crates/ide/Cargo.toml
@@ -38,3 +38,4 @@ hir = { path = "../hir", version = "0.0.0" }
38[dev-dependencies] 38[dev-dependencies]
39test_utils = { path = "../test_utils" } 39test_utils = { path = "../test_utils" }
40expect-test = "1.1" 40expect-test = "1.1"
41cov-mark = "1.1.0"