Skip to content

Commit c003986

Browse files
committed
formatting
1 parent 73880d6 commit c003986

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

crates/hir-ty/src/tests/simple.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1983,7 +1983,6 @@ pub fn test() {
19831983
);
19841984
}
19851985

1986-
19871986
#[test]
19881987
fn gen_types_fully_inferred() {
19891988
check_infer(
@@ -2012,7 +2011,6 @@ pub fn test() {
20122011
);
20132012
}
20142013

2015-
20162014
#[test]
20172015
fn async_gen_types_fully_inferred() {
20182016
check_infer(
@@ -2116,8 +2114,6 @@ fn test() {
21162114
);
21172115
}
21182116

2119-
2120-
21212117
#[test]
21222118
fn coroutine_resume_yield_return_unit() {
21232119
check_no_mismatches(

0 commit comments

Comments
 (0)