diff options
author | Aleksey Kladov <[email protected]> | 2020-08-12 16:06:49 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-08-12 16:14:23 +0100 |
commit | 50a02eb3593591a02677e1b56f24d7ff0459b9d0 (patch) | |
tree | a17351b1e3addea0a719f38990fea9289b6ef65e /xtask/tests | |
parent | 6dafc13f5f776980cd2560fb79d3d4790811c96d (diff) |
Rename ra_parser -> parser
Diffstat (limited to 'xtask/tests')
-rw-r--r-- | xtask/tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index ddaab93ab..f1a7e8288 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -196,7 +196,7 @@ impl TidyDocs { | |||
196 | "ra_hir_expand", | 196 | "ra_hir_expand", |
197 | "ra_ide", | 197 | "ra_ide", |
198 | "ra_mbe", | 198 | "ra_mbe", |
199 | "ra_parser", | 199 | "parser", |
200 | "profile", | 200 | "profile", |
201 | "ra_project_model", | 201 | "ra_project_model", |
202 | "ra_syntax", | 202 | "ra_syntax", |