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') 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