diff options
Diffstat (limited to 'xtask')
| -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 15a93b7a2..68a70da9e 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
| @@ -98,7 +98,7 @@ fn check_todo(path: &Path, text: &str) { | |||
| 98 | // `ast::make`. | 98 | // `ast::make`. |
| 99 | "ast/make.rs", | 99 | "ast/make.rs", |
| 100 | // The documentation in string literals may contain anything for its own purposes | 100 | // The documentation in string literals may contain anything for its own purposes |
| 101 | "/completion/unstable_feature_descriptor.rs" | 101 | "completion/unstable_feature_descriptor.rs", |
| 102 | ]; | 102 | ]; |
| 103 | if need_todo.iter().any(|p| path.ends_with(p)) { | 103 | if need_todo.iter().any(|p| path.ends_with(p)) { |
| 104 | return; | 104 | return; |
