diff options
Diffstat (limited to 'xtask/tests/tidy.rs')
-rw-r--r-- | xtask/tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index d335adb72..460069407 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -213,7 +213,7 @@ fn check_todo(path: &Path, text: &str) { | |||
213 | // `ast::make`. | 213 | // `ast::make`. |
214 | "ast/make.rs", | 214 | "ast/make.rs", |
215 | // The documentation in string literals may contain anything for its own purposes | 215 | // The documentation in string literals may contain anything for its own purposes |
216 | "completion/generated_features.rs", | 216 | "completion/src/generated_features.rs", |
217 | ]; | 217 | ]; |
218 | if need_todo.iter().any(|p| path.ends_with(p)) { | 218 | if need_todo.iter().any(|p| path.ends_with(p)) { |
219 | return; | 219 | return; |