diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-08 16:44:33 +0100 |
---|---|---|
committer | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-07-08 16:44:33 +0100 |
commit | 32100022010ecfefd1ea06caa71d1a508d2eb75d (patch) | |
tree | 7bb279168cbf12d203bc211168b7f2f782493839 /crates/ra_hir | |
parent | 64b718bff7df788bfe6e8e2dce24b20faf9be235 (diff) | |
parent | a426de60ad2b4e7041f8fd8ff97b10f97d8bbfd1 (diff) |
Merge #1513
1513: Remove unused dependencies r=matklad a=sinkuu
Co-authored-by: Shotaro Yamada <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index e44e144d6..de2c2dbec 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -11,7 +11,6 @@ relative-path = "0.4.0" | |||
11 | rustc-hash = "1.0" | 11 | rustc-hash = "1.0" |
12 | parking_lot = "0.8.0" | 12 | parking_lot = "0.8.0" |
13 | ena = "0.13" | 13 | ena = "0.13" |
14 | join_to_string = "0.1.3" | ||
15 | once_cell = "0.2" | 14 | once_cell = "0.2" |
16 | 15 | ||
17 | ra_syntax = { path = "../ra_syntax" } | 16 | ra_syntax = { path = "../ra_syntax" } |
@@ -28,5 +27,4 @@ chalk-ir = { git = "https://github.com/flodiebold/chalk.git", branch = "fuel" } | |||
28 | lalrpop-intern = "0.15.1" | 27 | lalrpop-intern = "0.15.1" |
29 | 28 | ||
30 | [dev-dependencies] | 29 | [dev-dependencies] |
31 | flexi_logger = "0.13.0" | ||
32 | insta = "0.8.1" | 30 | insta = "0.8.1" |