diff --git a/xtask/src/tidy.rs b/xtask/src/tidy.rs index 91f1ee2171..349ca14d01 100644 --- a/xtask/src/tidy.rs +++ b/xtask/src/tidy.rs @@ -277,7 +277,6 @@ fn check_todo(path: &Path, text: &str) { "tests/tidy.rs", // Some of our assists generate `todo!()`. "handlers/add_turbo_fish.rs", - "handlers/add_type_ascription.rs", "handlers/generate_function.rs", // To support generating `todo!()` in assists, we have `expr_todo()` in // `ast::make`.