diff options
Diffstat (limited to 'xtask/tests/tidy-tests/docs.rs')
-rw-r--r-- | xtask/tests/tidy-tests/docs.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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() { | |||
83 | "ra_syntax", | 83 | "ra_syntax", |
84 | "ra_text_edit", | 84 | "ra_text_edit", |
85 | "ra_tt", | 85 | "ra_tt", |
86 | "ra_hir_ty", | ||
86 | ]; | 87 | ]; |
87 | 88 | ||
88 | let mut has_fixmes = whitelist.iter().map(|it| (*it, false)).collect::<HashMap<&str, bool>>(); | 89 | let mut has_fixmes = whitelist.iter().map(|it| (*it, false)).collect::<HashMap<&str, bool>>(); |