aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api_light/Cargo.toml
diff options
context:
space:
mode:
authorbors[bot] <bors[bot]@users.noreply.github.com>2019-02-09 09:56:54 +0000
committerbors[bot] <bors[bot]@users.noreply.github.com>2019-02-09 09:56:54 +0000
commit34398a8756b56c323d3b4b2ef32fbca32d88a105 (patch)
tree92ebf0ec790945116e152fce7a9e3cc749c6b8e0 /crates/ra_ide_api_light/Cargo.toml
parent3e8351fb0607f8711749b00d80f68bf25de01a76 (diff)
parent02dd0cfd8c7bf50cfb26c3c5178be5af4f3fdd25 (diff)
Merge #766
766: Formatting code into ra_fmt r=matklad a=eulerdisk As discussed https://github.com/rust-analyzer/rust-analyzer/pull/762#discussion_r254905885 I did only move the code without other improvements. Co-authored-by: Andrea Pretto <[email protected]>
Diffstat (limited to 'crates/ra_ide_api_light/Cargo.toml')
-rw-r--r--crates/ra_ide_api_light/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_ide_api_light/Cargo.toml b/crates/ra_ide_api_light/Cargo.toml
index c1e4314ce..86311e677 100644
--- a/crates/ra_ide_api_light/Cargo.toml
+++ b/crates/ra_ide_api_light/Cargo.toml
@@ -13,6 +13,7 @@ rustc-hash = "1.0"
13 13
14ra_syntax = { path = "../ra_syntax" } 14ra_syntax = { path = "../ra_syntax" }
15ra_text_edit = { path = "../ra_text_edit" } 15ra_text_edit = { path = "../ra_text_edit" }
16ra_fmt = { path = "../ra_fmt" }
16 17
17[dev-dependencies] 18[dev-dependencies]
18test_utils = { path = "../test_utils" } 19test_utils = { path = "../test_utils" }