From 9a49735d30af75166681bac7447e39bb3e8be9e0 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Tue, 2 Mar 2021 15:02:47 +0000 Subject: [PATCH] chore: remove deleted file path --- xtask/src/tidy.rs | 1 - 1 file changed, 1 deletion(-) 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`.