From 535761e63f6bb2c42f86d04c682ac10298086781 Mon Sep 17 00:00:00 2001 From: Dawer <7803845+iDawer@users.noreply.github.com> Date: Sat, 4 Sep 2021 15:19:44 +0500 Subject: [PATCH] minor: update test --- crates/ide_assists/src/tests/generated.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ide_assists/src/tests/generated.rs b/crates/ide_assists/src/tests/generated.rs index 28f74321dac..39ab8c7b74e 100644 --- a/crates/ide_assists/src/tests/generated.rs +++ b/crates/ide_assists/src/tests/generated.rs @@ -819,7 +819,7 @@ fn foo() { bar("", baz()); } -fn bar(arg: &str, baz: Baz) ${0:-> ()} { +fn bar(arg: &str, baz: Baz) ${0:-> _} { todo!() }