diff options
Diffstat (limited to 'xtask')
-rw-r--r-- | xtask/src/tidy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/src/tidy.rs b/xtask/src/tidy.rs index 349ca14d0..91f1ee217 100644 --- a/xtask/src/tidy.rs +++ b/xtask/src/tidy.rs | |||
@@ -277,6 +277,7 @@ 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", | ||
280 | "handlers/generate_function.rs", | 281 | "handlers/generate_function.rs", |
281 | // To support generating `todo!()` in assists, we have `expr_todo()` in | 282 | // To support generating `todo!()` in assists, we have `expr_todo()` in |
282 | // `ast::make`. | 283 | // `ast::make`. |