We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6eaa2cf commit 6ae0b32Copy full SHA for 6ae0b32
xtask/tests/tidy.rs
@@ -260,6 +260,9 @@ fn check_todo(path: &Path, text: &str) {
260
"ast/make.rs",
261
// The documentation in string literals may contain anything for its own purposes
262
"completion/src/generated_lint_completions.rs",
263
+ // mbe test
264
+ "mbe/test_data/fixture-rules.rs",
265
+ "mbe/test_data/fixture-invocations.rs",
266
];
267
if need_todo.iter().any(|p| path.ends_with(p)) {
268
return;
@@ -292,6 +295,9 @@ fn check_dbg(path: &Path, text: &str) {
292
295
293
296
// test for doc test for remove_dbg
294
297
"src/tests/generated.rs",
298
299
300
301
302
if need_dbg.iter().any(|p| path.ends_with(p)) {
303
0 commit comments