aboutsummaryrefslogtreecommitdiff
path: root/xtask/tests/tidy.rs
diff options
context:
space:
mode:
authorIgor Aleksanov <[email protected]>2020-08-14 05:34:07 +0100
committerIgor Aleksanov <[email protected]>2020-08-14 05:34:07 +0100
commitc26c911ec1e6c2ad1dcb7d155a6a1d528839ad1a (patch)
tree7cff36c38234be0afb65273146d8247083a5cfeb /xtask/tests/tidy.rs
parent3c018bf84de5c693b5ee1c6bec0fed3b201c2060 (diff)
parentf1f73649a686dc6e6449afc35e0fa6fed00e225d (diff)
Merge branch 'master' into add-disable-diagnostics
Diffstat (limited to 'xtask/tests/tidy.rs')
-rw-r--r--xtask/tests/tidy.rs20
1 files changed, 10 insertions, 10 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs
index 4ff72865e..76895aeca 100644
--- a/xtask/tests/tidy.rs
+++ b/xtask/tests/tidy.rs
@@ -192,16 +192,16 @@ impl TidyDocs {
192 } 192 }
193 193
194 let poorly_documented = [ 194 let poorly_documented = [
195 "ra_hir", 195 "hir",
196 "ra_hir_expand", 196 "hir_expand",
197 "ra_ide", 197 "ide",
198 "ra_mbe", 198 "mbe",
199 "ra_parser", 199 "parser",
200 "ra_prof", 200 "profile",
201 "ra_project_model", 201 "project_model",
202 "ra_syntax", 202 "syntax",
203 "ra_tt", 203 "tt",
204 "ra_hir_ty", 204 "hir_ty",
205 ]; 205 ];
206 206
207 let mut has_fixmes = 207 let mut has_fixmes =