aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/Cargo.toml
diff options
context:
space:
mode:
authorAndrea Pretto <[email protected]>2019-02-08 20:30:59 +0000
committerAndrea Pretto <[email protected]>2019-02-09 10:30:09 +0000
commit1866fb2dda595b9af1e5608a73f05dd2572f2a3e (patch)
treedd1e1e3cded541f787489a1056d349ff24f9d2f3 /crates/ra_assists/Cargo.toml
parent6d8832359e6f9236f4c6dcc6e8afa194f8181630 (diff)
auto_import: remove PathSegmentsMatch
Diffstat (limited to 'crates/ra_assists/Cargo.toml')
-rw-r--r--crates/ra_assists/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml
index a5808d5b7..71ab2dcd2 100644
--- a/crates/ra_assists/Cargo.toml
+++ b/crates/ra_assists/Cargo.toml
@@ -6,7 +6,6 @@ authors = ["Aleksey Kladov <[email protected]>"]
6 6
7[dependencies] 7[dependencies]
8join_to_string = "0.1.3" 8join_to_string = "0.1.3"
9itertools = "0.8.0"
10 9
11ra_syntax = { path = "../ra_syntax" } 10ra_syntax = { path = "../ra_syntax" }
12ra_text_edit = { path = "../ra_text_edit" } 11ra_text_edit = { path = "../ra_text_edit" }