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 f72d9e022..89d0a60ec 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -974,7 +974,6 @@ dependencies = [
974 "itertools", 974 "itertools",
975 "profile", 975 "profile",
976 "ra_db", 976 "ra_db",
977 "ra_fmt",
978 "ra_hir", 977 "ra_hir",
979 "ra_ide_db", 978 "ra_ide_db",
980 "rustc-hash", 979 "rustc-hash",
@@ -1000,14 +999,6 @@ dependencies = [
1000] 999]
1001 1000
1002[[package]] 1001[[package]]
1003name = "ra_fmt"
1004version = "0.1.0"
1005dependencies = [
1006 "itertools",
1007 "syntax",
1008]
1009
1010[[package]]
1011name = "ra_hir" 1002name = "ra_hir"
1012version = "0.1.0" 1003version = "0.1.0"
1013dependencies = [ 1004dependencies = [
@@ -1111,7 +1102,6 @@ dependencies = [
1111 "profile", 1102 "profile",
1112 "ra_assists", 1103 "ra_assists",
1113 "ra_db", 1104 "ra_db",
1114 "ra_fmt",
1115 "ra_hir", 1105 "ra_hir",
1116 "ra_ide_db", 1106 "ra_ide_db",
1117 "ra_ssr", 1107 "ra_ssr",