aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_text_edit/Cargo.toml
diff options
context:
space:
mode:
authorBernardo <[email protected]>2018-12-14 17:00:35 +0000
committerBernardo <[email protected]>2018-12-25 18:49:55 +0000
commitd9519791590170fd77aa45cc9a802539eaf16efc (patch)
treeebd711bfab97eea59dff07623f7b3b55482b6cb5 /crates/ra_text_edit/Cargo.toml
parentdee426e1b120cd12fc608df77f977d4800b6655d (diff)
test translate_offset_with_edit against simple impl for single edits
Diffstat (limited to 'crates/ra_text_edit/Cargo.toml')
-rw-r--r--crates/ra_text_edit/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_text_edit/Cargo.toml b/crates/ra_text_edit/Cargo.toml
index 67dfd0924..e0db49688 100644
--- a/crates/ra_text_edit/Cargo.toml
+++ b/crates/ra_text_edit/Cargo.toml
@@ -7,7 +7,7 @@ publish = false
7 7
8[dependencies] 8[dependencies]
9text_unit = "0.1.5" 9text_unit = "0.1.5"
10proptest = "0.8.7"
10 11
11[dev-dependencies] 12[dev-dependencies]
12test_utils = { path = "../test_utils" } 13test_utils = { path = "../test_utils" }
13proptest = "0.8.7"