aboutsummaryrefslogtreecommitdiff
path: root/xtask
diff options
context:
space:
mode:
authorDmitry <[email protected]>2020-08-09 18:35:42 +0100
committerDmitry <[email protected]>2020-08-09 18:35:42 +0100
commit751d0367c2de63903897570f03c9dc1a4d5eb52a (patch)
tree0ece03b92053573d0ce4f405bda0a4b229af9bd7 /xtask
parentfab733b3ae55245d6fda3fd1ebc89e72b5d31fcd (diff)
fix tidy check
Diffstat (limited to 'xtask')
-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 d65a2acbc..15a93b7a2 100644
--- a/xtask/tests/tidy.rs
+++ b/xtask/tests/tidy.rs
@@ -97,6 +97,8 @@ fn check_todo(path: &Path, text: &str) {
97 // To support generating `todo!()` in assists, we have `expr_todo()` in 97 // To support generating `todo!()` in assists, we have `expr_todo()` in
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
101 "/completion/unstable_feature_descriptor.rs"
100 ]; 102 ];
101 if need_todo.iter().any(|p| path.ends_with(p)) { 103 if need_todo.iter().any(|p| path.ends_with(p)) {
102 return; 104 return;