From 02dd0cfd8c7bf50cfb26c3c5178be5af4f3fdd25 Mon Sep 17 00:00:00 2001 From: Andrea Pretto Date: Fri, 8 Feb 2019 18:58:27 +0100 Subject: Refactor formatting code out of ra_ida_api_light into ra_fmt. --- Cargo.lock | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index c330115b8..2a62a69e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -900,8 +900,8 @@ version = "0.1.0" dependencies = [ "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "ra_db 0.1.0", + "ra_fmt 0.1.0", "ra_hir 0.1.0", - "ra_ide_api_light 0.1.0", "ra_syntax 0.1.0", "ra_text_edit 0.1.0", "test_utils 0.1.0", @@ -932,6 +932,14 @@ dependencies = [ "test_utils 0.1.0", ] +[[package]] +name = "ra_fmt" +version = "0.1.0" +dependencies = [ + "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ra_syntax 0.1.0", +] + [[package]] name = "ra_hir" version = "0.1.0" @@ -986,6 +994,7 @@ dependencies = [ "itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "join_to_string 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", "proptest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", + "ra_fmt 0.1.0", "ra_syntax 0.1.0", "ra_text_edit 0.1.0", "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", -- cgit v1.2.3