aboutsummaryrefslogtreecommitdiff
path: root/xtask/tests
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-08-18 18:31:06 +0100
committerAleksey Kladov <[email protected]>2020-08-18 18:36:27 +0100
commit27ccc95c60d5652d5e7ef0dd7bd50cf221385d00 (patch)
tree7ce49ed16d73f8183f4456be2299c2dea9d36f40 /xtask/tests
parentf18f9da7d80c669cf14bc2e85e40d883c621262a (diff)
Cleanup feature generation
Diffstat (limited to 'xtask/tests')
-rw-r--r--xtask/tests/tidy.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs
index bec3c630b..4fdff62ee 100644
--- a/xtask/tests/tidy.rs
+++ b/xtask/tests/tidy.rs
@@ -113,7 +113,7 @@ fn check_todo(path: &Path, text: &str) {
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 115 // The documentation in string literals may contain anything for its own purposes
116 "completion/unstable_feature_descriptor.rs", 116 "completion/generated_features.rs",
117 ]; 117 ];
118 if need_todo.iter().any(|p| path.ends_with(p)) { 118 if need_todo.iter().any(|p| path.ends_with(p)) {
119 return; 119 return;