diff options
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy-tests/docs.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xtask/tests/tidy-tests/docs.rs b/xtask/tests/tidy-tests/docs.rs index fae871285..8a005d6c4 100644 --- a/xtask/tests/tidy-tests/docs.rs +++ b/xtask/tests/tidy-tests/docs.rs | |||
@@ -74,7 +74,7 @@ fn no_docs_comments() { | |||
74 | "ra_db", | 74 | "ra_db", |
75 | "ra_hir", | 75 | "ra_hir", |
76 | "ra_hir_expand", | 76 | "ra_hir_expand", |
77 | "ra_ide_api", | 77 | "ra_ide", |
78 | "ra_lsp_server", | 78 | "ra_lsp_server", |
79 | "ra_mbe", | 79 | "ra_mbe", |
80 | "ra_parser", | 80 | "ra_parser", |
@@ -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>>(); |