diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index d65a2acbca..15a93b7a24 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs @@ -97,6 +97,8 @@ fn check_todo(path: &Path, text: &str) { // To support generating `todo!()` in assists, we have `expr_todo()` in // `ast::make`. "ast/make.rs", + // The documentation in string literals may contain anything for its own purposes + "/completion/unstable_feature_descriptor.rs" ]; if need_todo.iter().any(|p| path.ends_with(p)) { return;