aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-09 16:14:21 +0000
committerAleksey Kladov <[email protected]>2019-01-09 16:14:21 +0000
commite8815b614e4a02f9270245f2d5c557999b58239d (patch)
tree790d941add3eb804b3b4bfbc570a4e8287127273 /crates/ra_hir/Cargo.toml
parentecfa68a3f50c2e305d2fcd7be09cde729147e023 (diff)
nicer trailing comma handling in types
Diffstat (limited to 'crates/ra_hir/Cargo.toml')
-rw-r--r--crates/ra_hir/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml
index 5a8fdbfc6..0135e0e16 100644
--- a/crates/ra_hir/Cargo.toml
+++ b/crates/ra_hir/Cargo.toml
@@ -12,6 +12,7 @@ salsa = "0.9.1"
12rustc-hash = "1.0" 12rustc-hash = "1.0"
13parking_lot = "0.7.0" 13parking_lot = "0.7.0"
14ena = "0.11" 14ena = "0.11"
15join_to_string = "0.1.3"
15ra_syntax = { path = "../ra_syntax" } 16ra_syntax = { path = "../ra_syntax" }
16ra_arena = { path = "../ra_arena" } 17ra_arena = { path = "../ra_arena" }
17ra_db = { path = "../ra_db" } 18ra_db = { path = "../ra_db" }