diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-08-12 16:15:00 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-12 16:15:00 +0100 |
commit | 3d6889cba72a9d02199f7adaa2ecc69bc30af834 (patch) | |
tree | a17351b1e3addea0a719f38990fea9289b6ef65e /Cargo.lock | |
parent | a573e088ac64eeeb19e4fc74be2ff019be510477 (diff) | |
parent | 50a02eb3593591a02677e1b56f24d7ff0459b9d0 (diff) |
Merge #5727
5727: Rename ra_parser -> parser
r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4a6a65934..095127b99 100644 --- a/Cargo.lock +++ b/Cargo.lock | |||
@@ -835,6 +835,13 @@ dependencies = [ | |||
835 | ] | 835 | ] |
836 | 836 | ||
837 | [[package]] | 837 | [[package]] |
838 | name = "parser" | ||
839 | version = "0.0.0" | ||
840 | dependencies = [ | ||
841 | "drop_bomb", | ||
842 | ] | ||
843 | |||
844 | [[package]] | ||
838 | name = "paths" | 845 | name = "paths" |
839 | version = "0.1.0" | 846 | version = "0.1.0" |
840 | 847 | ||
@@ -1018,10 +1025,10 @@ dependencies = [ | |||
1018 | "arena", | 1025 | "arena", |
1019 | "either", | 1026 | "either", |
1020 | "log", | 1027 | "log", |
1028 | "parser", | ||
1021 | "profile", | 1029 | "profile", |
1022 | "ra_db", | 1030 | "ra_db", |
1023 | "ra_mbe", | 1031 | "ra_mbe", |
1024 | "ra_parser", | ||
1025 | "ra_syntax", | 1032 | "ra_syntax", |
1026 | "rustc-hash", | 1033 | "rustc-hash", |
1027 | "test_utils", | 1034 | "test_utils", |
@@ -1105,7 +1112,7 @@ name = "ra_mbe" | |||
1105 | version = "0.1.0" | 1112 | version = "0.1.0" |
1106 | dependencies = [ | 1113 | dependencies = [ |
1107 | "log", | 1114 | "log", |
1108 | "ra_parser", | 1115 | "parser", |
1109 | "ra_syntax", | 1116 | "ra_syntax", |
1110 | "rustc-hash", | 1117 | "rustc-hash", |
1111 | "smallvec", | 1118 | "smallvec", |
@@ -1114,13 +1121,6 @@ dependencies = [ | |||
1114 | ] | 1121 | ] |
1115 | 1122 | ||
1116 | [[package]] | 1123 | [[package]] |
1117 | name = "ra_parser" | ||
1118 | version = "0.1.0" | ||
1119 | dependencies = [ | ||
1120 | "drop_bomb", | ||
1121 | ] | ||
1122 | |||
1123 | [[package]] | ||
1124 | name = "ra_proc_macro" | 1124 | name = "ra_proc_macro" |
1125 | version = "0.1.0" | 1125 | version = "0.1.0" |
1126 | dependencies = [ | 1126 | dependencies = [ |
@@ -1190,7 +1190,7 @@ dependencies = [ | |||
1190 | "expect", | 1190 | "expect", |
1191 | "itertools", | 1191 | "itertools", |
1192 | "once_cell", | 1192 | "once_cell", |
1193 | "ra_parser", | 1193 | "parser", |
1194 | "rayon", | 1194 | "rayon", |
1195 | "rowan", | 1195 | "rowan", |
1196 | "rustc-ap-rustc_lexer", | 1196 | "rustc-ap-rustc_lexer", |