aboutsummaryrefslogtreecommitdiff
path: root/xtask/tests/tidy.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/tests/tidy.rs')
-rw-r--r--xtask/tests/tidy.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs
index ebd42cef7..bec3c630b 100644
--- a/xtask/tests/tidy.rs
+++ b/xtask/tests/tidy.rs
@@ -112,6 +112,8 @@ fn check_todo(path: &Path, text: &str) {
112 // To support generating `todo!()` in assists, we have `expr_todo()` in 112 // To support generating `todo!()` in assists, we have `expr_todo()` in
113 // `ast::make`. 113 // `ast::make`.
114 "ast/make.rs", 114 "ast/make.rs",
115 // The documentation in string literals may contain anything for its own purposes
116 "completion/unstable_feature_descriptor.rs",
115 ]; 117 ];
116 if need_todo.iter().any(|p| path.ends_with(p)) { 118 if need_todo.iter().any(|p| path.ends_with(p)) {
117 return; 119 return;