aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/tidy.rs
diff options
context:
space:
mode:
authorConrad Ludgate <[email protected]>2021-03-01 10:51:47 +0000
committerConrad Ludgate <[email protected]>2021-03-02 14:30:10 +0000
commit705712993ffe24898e3c1fe006e1108b7d02d6bc (patch)
treee3f40b0432e0dff4e1f53f37851c56ac9a94fc7e /xtask/src/tidy.rs
parentf8152171bbe160c4273d692d42c06eb7c6d66e1a (diff)
feat: add type ascription assist
Diffstat (limited to 'xtask/src/tidy.rs')
-rw-r--r--xtask/src/tidy.rs1
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`.