chore: remove deleted file path

This commit is contained in:
Conrad Ludgate 2021-03-02 15:02:47 +00:00
parent b41e73ac12
commit 9a49735d30
No known key found for this signature in database
GPG key ID: 3DD1A1DB3CB4BF63

View file

@ -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`.