diff options
-rw-r--r-- | xtask/src/tidy.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xtask/src/tidy.rs b/xtask/src/tidy.rs index 91f1ee217..349ca14d0 100644 --- a/xtask/src/tidy.rs +++ b/xtask/src/tidy.rs | |||
@@ -277,7 +277,6 @@ fn check_todo(path: &Path, text: &str) { | |||
277 | "tests/tidy.rs", | 277 | "tests/tidy.rs", |
278 | // Some of our assists generate `todo!()`. | 278 | // Some of our assists generate `todo!()`. |
279 | "handlers/add_turbo_fish.rs", | 279 | "handlers/add_turbo_fish.rs", |
280 | "handlers/add_type_ascription.rs", | ||
281 | "handlers/generate_function.rs", | 280 | "handlers/generate_function.rs", |
282 | // To support generating `todo!()` in assists, we have `expr_todo()` in | 281 | // To support generating `todo!()` in assists, we have `expr_todo()` in |
283 | // `ast::make`. | 282 | // `ast::make`. |