From 80545e5d3a72ef05a77ff9584234f030c69bfe9f Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 20 May 2020 00:07:00 +0200 Subject: New assist: add turbo fish --- xtask/tests/tidy.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'xtask/tests/tidy.rs') 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) { "tests/generated.rs", "handlers/add_missing_impl_members.rs", "handlers/add_function.rs", + "handlers/add_turbo_fish.rs", // To support generating `todo!()` in assists, we have `expr_todo()` in ast::make. "ast/make.rs", ]; -- cgit v1.2.3