diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-05-19 23:27:55 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-05-19 23:27:55 +0100 |
commit | e94d7c124ffae5c7409b560e29a6cee006edf401 (patch) | |
tree | 72b770193eb81853cab75a97e19d46eba12c44d8 /xtask/tests/tidy.rs | |
parent | 1bc1f28bc58b2dbcf8f8f548c277e2c90e3075cd (diff) | |
parent | 80545e5d3a72ef05a77ff9584234f030c69bfe9f (diff) |
Merge #4518
4518: New assist: add turbo fish r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'xtask/tests/tidy.rs')
-rw-r--r-- | xtask/tests/tidy.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xtask/tests/tidy.rs b/xtask/tests/tidy.rs index b8e8860ba..2e9fcf07c 100644 --- a/xtask/tests/tidy.rs +++ b/xtask/tests/tidy.rs | |||
@@ -57,6 +57,7 @@ fn check_todo(path: &Path, text: &str) { | |||
57 | "tests/generated.rs", | 57 | "tests/generated.rs", |
58 | "handlers/add_missing_impl_members.rs", | 58 | "handlers/add_missing_impl_members.rs", |
59 | "handlers/add_function.rs", | 59 | "handlers/add_function.rs", |
60 | "handlers/add_turbo_fish.rs", | ||
60 | // To support generating `todo!()` in assists, we have `expr_todo()` in ast::make. | 61 | // To support generating `todo!()` in assists, we have `expr_todo()` in ast::make. |
61 | "ast/make.rs", | 62 | "ast/make.rs", |
62 | ]; | 63 | ]; |