aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorZac Pullar-Strecker <[email protected]>2020-08-24 09:26:45 +0100
committerZac Pullar-Strecker <[email protected]>2020-08-24 09:26:45 +0100
commit4f5f608b499ad50aa66b2213e3b92dd2fe61ed68 (patch)
tree6ca8e205c82c5b50c4c4d77dcfe0bea09dfe31d7 /Cargo.lock
parentb34ad4bc8ad368a096c14d3710239a5a2eb9ccb5 (diff)
Reorganise code
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 2 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 2e2bc9e10..08d122e77 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -988,8 +988,10 @@ dependencies = [
988 "ra_hir_ty", 988 "ra_hir_ty",
989 "ra_prof", 989 "ra_prof",
990 "ra_syntax", 990 "ra_syntax",
991 "ra_tt",
991 "rustc-hash", 992 "rustc-hash",
992 "stdx", 993 "stdx",
994 "url",
993] 995]
994 996
995[[package]] 997[[package]]
@@ -1081,18 +1083,14 @@ dependencies = [
1081 "ra_db", 1083 "ra_db",
1082 "ra_fmt", 1084 "ra_fmt",
1083 "ra_hir", 1085 "ra_hir",
1084 "ra_hir_def",
1085 "ra_ide_db", 1086 "ra_ide_db",
1086 "ra_parser",
1087 "ra_prof", 1087 "ra_prof",
1088 "ra_ssr", 1088 "ra_ssr",
1089 "ra_syntax", 1089 "ra_syntax",
1090 "ra_text_edit", 1090 "ra_text_edit",
1091 "ra_tt",
1092 "rustc-hash", 1091 "rustc-hash",
1093 "stdx", 1092 "stdx",
1094 "test_utils", 1093 "test_utils",
1095 "url",
1096] 1094]
1097 1095
1098[[package]] 1096[[package]]
@@ -1105,7 +1103,6 @@ dependencies = [
1105 "once_cell", 1103 "once_cell",
1106 "ra_db", 1104 "ra_db",
1107 "ra_hir", 1105 "ra_hir",
1108 "ra_hir_def",
1109 "ra_prof", 1106 "ra_prof",
1110 "ra_syntax", 1107 "ra_syntax",
1111 "ra_text_edit", 1108 "ra_text_edit",