From eea431180eb5267928c8e0d4b8099ab1042e01d1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 6 May 2020 10:21:35 +0200 Subject: Regenerate --- xtask/tests/tidy-tests/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xtask/tests') diff --git a/xtask/tests/tidy-tests/main.rs b/xtask/tests/tidy-tests/main.rs index 3213c4dfa..a3c2e37d1 100644 --- a/xtask/tests/tidy-tests/main.rs +++ b/xtask/tests/tidy-tests/main.rs @@ -24,7 +24,7 @@ fn check_todo(path: &Path, text: &str) { // This file itself is whitelisted since this test itself contains matches. "tests/cli.rs", // Some of our assists generate `todo!()` so those files are whitelisted. - "doc_tests/generated.rs", + "tests/generated.rs", "handlers/add_missing_impl_members.rs", "handlers/add_function.rs", // To support generating `todo!()` in assists, we have `expr_todo()` in ast::make. -- cgit v1.2.3