From a87579500a2c35597071efd0ad6983927f0c1815 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 27 Nov 2019 17:46:02 +0300 Subject: Move Ty --- xtask/tests/tidy-tests/docs.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask/tests') diff --git a/xtask/tests/tidy-tests/docs.rs b/xtask/tests/tidy-tests/docs.rs index fae871285..e0653b460 100644 --- a/xtask/tests/tidy-tests/docs.rs +++ b/xtask/tests/tidy-tests/docs.rs @@ -83,6 +83,7 @@ fn no_docs_comments() { "ra_syntax", "ra_text_edit", "ra_tt", + "ra_hir_ty", ]; let mut has_fixmes = whitelist.iter().map(|it| (*it, false)).collect::>(); -- cgit v1.2.3 From 757e593b253b4df7e6fc8bf15a4d4f34c9d484c5 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 27 Nov 2019 21:32:33 +0300 Subject: rename ra_ide_api -> ra_ide --- xtask/tests/tidy-tests/docs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/tests') diff --git a/xtask/tests/tidy-tests/docs.rs b/xtask/tests/tidy-tests/docs.rs index e0653b460..8a005d6c4 100644 --- a/xtask/tests/tidy-tests/docs.rs +++ b/xtask/tests/tidy-tests/docs.rs @@ -74,7 +74,7 @@ fn no_docs_comments() { "ra_db", "ra_hir", "ra_hir_expand", - "ra_ide_api", + "ra_ide", "ra_lsp_server", "ra_mbe", "ra_parser", -- cgit v1.2.3