mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-27 04:15:08 +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",
|
"tests/tidy.rs",
|
||||||
// Some of our assists generate `todo!()`.
|
// Some of our assists generate `todo!()`.
|
||||||
"handlers/add_turbo_fish.rs",
|
"handlers/add_turbo_fish.rs",
|
||||||
"handlers/add_type_ascription.rs",
|
|
||||||
"handlers/generate_function.rs",
|
"handlers/generate_function.rs",
|
||||||
// To support generating `todo!()` in assists, we have `expr_todo()` in
|
// To support generating `todo!()` in assists, we have `expr_todo()` in
|
||||||
// `ast::make`.
|
// `ast::make`.
|
||||||
|
|
Loading…
Reference in a new issue