From 19443c1fa30e5a360c84f82d0b7aac733ea2e240 Mon Sep 17 00:00:00 2001 From: Lukas Wirth Date: Thu, 5 Nov 2020 23:34:50 +0100 Subject: Add missing AssocItems in add_custom_impl assist --- xtask/tests/tidy.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask/tests') diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index 9de60c76c..4c7db8405 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs @@ -215,6 +215,7 @@ fn check_todo(path: &Path, text: &str) { "tests/cli.rs", // Some of our assists generate `todo!()`. "tests/generated.rs", + "handlers/add_custom_impl.rs", "handlers/add_missing_impl_members.rs", "handlers/add_turbo_fish.rs", "handlers/generate_function.rs", -- cgit v1.2.3