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 --- Cargo.lock | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 6735d6b5d..8d81c4839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -966,6 +966,7 @@ dependencies = [ "ra_syntax", "ra_tt", "rustc-hash", + "stdx", "test_utils", ] @@ -1002,6 +1003,7 @@ dependencies = [ "ra_prof", "ra_syntax", "rustc-hash", + "stdx", "test_utils", ] @@ -1116,6 +1118,7 @@ dependencies = [ "rustc_lexer", "serde", "smol_str", + "stdx", "test_utils", "walkdir", ] @@ -1307,6 +1310,7 @@ dependencies = [ "rustc-hash", "serde", "serde_json", + "stdx", "tempfile", "test_utils", "threadpool", -- cgit v1.2.3