From 6596e7cddfc00281362c3640781f6cd6bc0b5614 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sat, 28 Mar 2020 11:08:19 +0100 Subject: Nice string formatting --- crates/ra_syntax/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/ra_syntax/Cargo.toml') diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 6fccc2303..3c6ae77e4 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml @@ -18,6 +18,8 @@ rustc-hash = "1.1.0" arrayvec = "0.5.1" once_cell = "1.3.1" +stdx = { path = "../stdx" } + ra_text_edit = { path = "../ra_text_edit" } ra_parser = { path = "../ra_parser" } -- cgit v1.2.3