aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock10
1 files changed, 0 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 18c979b39..5f7b85b05 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -955,7 +955,6 @@ dependencies = [
955 "itertools", 955 "itertools",
956 "profile", 956 "profile",
957 "ra_db", 957 "ra_db",
958 "ra_fmt",
959 "ra_hir", 958 "ra_hir",
960 "ra_ide_db", 959 "ra_ide_db",
961 "rustc-hash", 960 "rustc-hash",
@@ -981,14 +980,6 @@ dependencies = [
981] 980]
982 981
983[[package]] 982[[package]]
984name = "ra_fmt"
985version = "0.1.0"
986dependencies = [
987 "itertools",
988 "syntax",
989]
990
991[[package]]
992name = "ra_hir" 983name = "ra_hir"
993version = "0.1.0" 984version = "0.1.0"
994dependencies = [ 985dependencies = [
@@ -1092,7 +1083,6 @@ dependencies = [
1092 "profile", 1083 "profile",
1093 "ra_assists", 1084 "ra_assists",
1094 "ra_db", 1085 "ra_db",
1095 "ra_fmt",
1096 "ra_hir", 1086 "ra_hir",
1097 "ra_ide_db", 1087 "ra_ide_db",
1098 "ra_ssr", 1088 "ra_ssr",