diff options
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/tests/tidy.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index d38ac7f17..f99935170 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -56,8 +56,8 @@ fn check_todo(path: &Path, text: &str) { | |||
56 | // Some of our assists generate `todo!()` so those files are whitelisted. | 56 | // Some of our assists generate `todo!()` so those files are whitelisted. |
57 | "tests/generated.rs", | 57 | "tests/generated.rs", |
58 | "handlers/add_missing_impl_members.rs", | 58 | "handlers/add_missing_impl_members.rs", |
59 | "handlers/add_function.rs", | ||
60 | "handlers/add_turbo_fish.rs", | 59 | "handlers/add_turbo_fish.rs", |
60 | "handlers/generate_function.rs", | ||
61 | // To support generating `todo!()` in assists, we have `expr_todo()` in ast::make. | 61 | // To support generating `todo!()` in assists, we have `expr_todo()` in ast::make. |
62 | "ast/make.rs", | 62 | "ast/make.rs", |
63 | ]; | 63 | ]; |