aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/Cargo.toml
diff options
context:
space:
mode:
authorBernardo <[email protected]>2018-12-25 20:26:36 +0000
committerBernardo <[email protected]>2018-12-25 20:26:36 +0000
commit1cda43aafd623b400f5916b1d3727b56c136081b (patch)
tree31aaa3c1b6f48b5171eb4758ff82408d7041afaf /crates/ra_editor/Cargo.toml
parente9c186e48a77b536053c0f75ac9ea5b2fd322cfa (diff)
test code and dependency cleanup
Diffstat (limited to 'crates/ra_editor/Cargo.toml')
-rw-r--r--crates/ra_editor/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/ra_editor/Cargo.toml b/crates/ra_editor/Cargo.toml
index 1ad99af28..f39fe4af6 100644
--- a/crates/ra_editor/Cargo.toml
+++ b/crates/ra_editor/Cargo.toml
@@ -14,7 +14,6 @@ rustc-hash = "1.0"
14ra_syntax = { path = "../ra_syntax" } 14ra_syntax = { path = "../ra_syntax" }
15ra_text_edit = { path = "../ra_text_edit" } 15ra_text_edit = { path = "../ra_text_edit" }
16 16
17proptest = "0.8.7"
18
19[dev-dependencies] 17[dev-dependencies]
20test_utils = { path = "../test_utils" } 18test_utils = { path = "../test_utils" }
19proptest = "0.8.7"