mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
chore: remove deleted file path
This commit is contained in:
parent
b41e73ac12
commit
9a49735d30
1 changed files with 0 additions and 1 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue