Skip to content

Commit 535761e

Browse files
committed
minor: update test
1 parent 3d9d10b commit 535761e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide_assists/src/tests/generated.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ fn foo() {
819819
bar("", baz());
820820
}
821821
822-
fn bar(arg: &str, baz: Baz) ${0:-> ()} {
822+
fn bar(arg: &str, baz: Baz) ${0:-> _} {
823823
todo!()
824824
}
825825

0 commit comments

Comments
 (0)