aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-03-28 10:08:19 +0000
committerAleksey Kladov <[email protected]>2020-03-28 11:27:54 +0000
commit6596e7cddfc00281362c3640781f6cd6bc0b5614 (patch)
tree9a2b4f264e37dba87fa80d10ce5872090bcdbfef /Cargo.lock
parentb764c38436fcb9426eb7da3be4f5fbcd63b316f5 (diff)
Nice string formatting
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6735d6b5d..8d81c4839 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -966,6 +966,7 @@ dependencies = [
966 "ra_syntax", 966 "ra_syntax",
967 "ra_tt", 967 "ra_tt",
968 "rustc-hash", 968 "rustc-hash",
969 "stdx",
969 "test_utils", 970 "test_utils",
970] 971]
971 972
@@ -1002,6 +1003,7 @@ dependencies = [
1002 "ra_prof", 1003 "ra_prof",
1003 "ra_syntax", 1004 "ra_syntax",
1004 "rustc-hash", 1005 "rustc-hash",
1006 "stdx",
1005 "test_utils", 1007 "test_utils",
1006] 1008]
1007 1009
@@ -1116,6 +1118,7 @@ dependencies = [
1116 "rustc_lexer", 1118 "rustc_lexer",
1117 "serde", 1119 "serde",
1118 "smol_str", 1120 "smol_str",
1121 "stdx",
1119 "test_utils", 1122 "test_utils",
1120 "walkdir", 1123 "walkdir",
1121] 1124]
@@ -1307,6 +1310,7 @@ dependencies = [
1307 "rustc-hash", 1310 "rustc-hash",
1308 "serde", 1311 "serde",
1309 "serde_json", 1312 "serde_json",
1313 "stdx",
1310 "tempfile", 1314 "tempfile",
1311 "test_utils", 1315 "test_utils",
1312 "threadpool", 1316 "threadpool",