aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConrad Ludgate <[email protected]>2021-03-02 15:02:47 +0000
committerConrad Ludgate <[email protected]>2021-03-02 15:02:47 +0000
commit9a49735d30af75166681bac7447e39bb3e8be9e0 (patch)
treea58b97d74792630f77a9d58f0d3c6b2a0c25efb9
parentb41e73ac12efa788255ace7af9d448020b2e7c3b (diff)
chore: remove deleted file path
-rw-r--r--xtask/src/tidy.rs1
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`.