aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-13 15:26:29 +0100
committerAleksey Kladov <[email protected]>2020-08-13 15:29:33 +0100
commitb7aa4898e0841ab8199643f89a0caa967b698ca8 (patch)
treeafb23bbff9fa1b39afc51f58b0e0175d55e3596c /Cargo.lock
parented20a857f485a471369cd99b843af19a4d875ad0 (diff)
Rename ra_hir_expand -> hir_expand
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock40
1 files changed, 20 insertions, 20 deletions
diff --git a/Cargo.lock b/Cargo.lock
index a99dd6e04..768c3293d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -464,6 +464,23 @@ dependencies = [
464] 464]
465 465
466[[package]] 466[[package]]
467name = "hir_expand"
468version = "0.0.0"
469dependencies = [
470 "arena",
471 "base_db",
472 "either",
473 "log",
474 "mbe",
475 "parser",
476 "profile",
477 "rustc-hash",
478 "syntax",
479 "test_utils",
480 "tt",
481]
482
483[[package]]
467name = "home" 484name = "home"
468version = "0.5.3" 485version = "0.5.3"
469source = "registry+https://github.com/rust-lang/crates.io-index" 486source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1017,11 +1034,11 @@ dependencies = [
1017 "arrayvec", 1034 "arrayvec",
1018 "base_db", 1035 "base_db",
1019 "either", 1036 "either",
1037 "hir_expand",
1020 "itertools", 1038 "itertools",
1021 "log", 1039 "log",
1022 "profile", 1040 "profile",
1023 "ra_hir_def", 1041 "ra_hir_def",
1024 "ra_hir_expand",
1025 "ra_hir_ty", 1042 "ra_hir_ty",
1026 "rustc-hash", 1043 "rustc-hash",
1027 "stdx", 1044 "stdx",
@@ -1040,13 +1057,13 @@ dependencies = [
1040 "either", 1057 "either",
1041 "expect", 1058 "expect",
1042 "fst", 1059 "fst",
1060 "hir_expand",
1043 "indexmap", 1061 "indexmap",
1044 "itertools", 1062 "itertools",
1045 "log", 1063 "log",
1046 "mbe", 1064 "mbe",
1047 "once_cell", 1065 "once_cell",
1048 "profile", 1066 "profile",
1049 "ra_hir_expand",
1050 "rustc-hash", 1067 "rustc-hash",
1051 "smallvec", 1068 "smallvec",
1052 "stdx", 1069 "stdx",
@@ -1056,23 +1073,6 @@ dependencies = [
1056] 1073]
1057 1074
1058[[package]] 1075[[package]]
1059name = "ra_hir_expand"
1060version = "0.1.0"
1061dependencies = [
1062 "arena",
1063 "base_db",
1064 "either",
1065 "log",
1066 "mbe",
1067 "parser",
1068 "profile",
1069 "rustc-hash",
1070 "syntax",
1071 "test_utils",
1072 "tt",
1073]
1074
1075[[package]]
1076name = "ra_hir_ty" 1076name = "ra_hir_ty"
1077version = "0.1.0" 1077version = "0.1.0"
1078dependencies = [ 1078dependencies = [
@@ -1084,11 +1084,11 @@ dependencies = [
1084 "chalk-solve", 1084 "chalk-solve",
1085 "ena", 1085 "ena",
1086 "expect", 1086 "expect",
1087 "hir_expand",
1087 "itertools", 1088 "itertools",
1088 "log", 1089 "log",
1089 "profile", 1090 "profile",
1090 "ra_hir_def", 1091 "ra_hir_def",
1091 "ra_hir_expand",
1092 "rustc-hash", 1092 "rustc-hash",
1093 "scoped-tls", 1093 "scoped-tls",
1094 "smallvec", 1094 "smallvec",