aboutsummaryrefslogtreecommitdiff
path: root/xtask/tests/tidy.rs
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-08-18 18:37:40 +0100
committerGitHub <[email protected]>2020-08-18 18:37:40 +0100
commitca90d3cf22762cccdd02f82dd8782c072d95f485 (patch)
tree3fc9e989d02ef6105a10db0c91539f226b0bfb92 /xtask/tests/tidy.rs
parentfc4c6b18709745479094c6bf71f5d006747987ec (diff)
parent27ccc95c60d5652d5e7ef0dd7bd50cf221385d00 (diff)
Merge #5807
5807: Cleanup feature generation r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/tests/tidy.rs')
-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;