diff options
author | Conrad Ludgate <[email protected]> | 2021-03-01 10:51:47 +0000 |
---|---|---|
committer | Conrad Ludgate <[email protected]> | 2021-03-02 14:30:10 +0000 |
commit | 705712993ffe24898e3c1fe006e1108b7d02d6bc (patch) | |
tree | e3f40b0432e0dff4e1f53f37851c56ac9a94fc7e /xtask/src | |
parent | f8152171bbe160c4273d692d42c06eb7c6d66e1a (diff) |
feat: add type ascription assist
Diffstat (limited to 'xtask/src')
-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`. |