aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-13 11:10:03 +0100
committerGitHub <[email protected]>2020-08-13 11:10:03 +0100
commitde1d93455f85747410efb69c28e0c1379e8e328a (patch)
tree20eb4df06fc99236a30a98bba8e7ea3200b87042 /xtask
parent8870a5ea138bb4ba048140d90d728721c4b4ad4b (diff)
parenteac24d52e672c0a9c118e8969bf1b839c3e7f1f3 (diff)
Merge #5744
5744: Rename ra_project_model -> project_model r=matklad a=pksunkara Co-authored-by: Pavan Kumar Sunkara <[email protected]>
Diffstat (limited to 'xtask')
-rw-r--r--xtask/tests/tidy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs
index 0188aaa2e..2e68e71db 100644
--- a/xtask/tests/tidy.rs
+++ b/xtask/tests/tidy.rs
@@ -198,7 +198,7 @@ impl TidyDocs {
198 "mbe", 198 "mbe",
199 "parser", 199 "parser",
200 "profile", 200 "profile",
201 "ra_project_model", 201 "project_model",
202 "syntax", 202 "syntax",
203 "tt", 203 "tt",
204 "ra_hir_ty", 204 "ra_hir_ty",