From 1231418f31c7b52cdff428fd73a11f6a9755d4b6 Mon Sep 17 00:00:00 2001 From: Timo Freiberg Date: Mon, 13 Apr 2020 22:17:06 +0200 Subject: Change add_function assist to use todo!() --- xtask/tests/tidy-tests/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask/tests') diff --git a/xtask/tests/tidy-tests/main.rs b/xtask/tests/tidy-tests/main.rs index 4f525fcd0..101ae19bd 100644 --- a/xtask/tests/tidy-tests/main.rs +++ b/xtask/tests/tidy-tests/main.rs @@ -26,6 +26,7 @@ fn check_todo(path: &Path, text: &str) { // Some of our assists generate `todo!()` so those files are whitelisted. "doc_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. "ast/make.rs", ]; -- cgit v1.2.3