Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mohe2015 committed Jan 19, 2024
1 parent ac4d806 commit e597d1f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions crates/hir-ty/src/tests/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,6 @@ pub fn test() {
);
}


#[test]
fn gen_types_fully_inferred() {
check_infer(
Expand Down Expand Up @@ -2012,7 +2011,6 @@ pub fn test() {
);
}


#[test]
fn async_gen_types_fully_inferred() {
check_infer(
Expand Down Expand Up @@ -2116,8 +2114,6 @@ fn test() {
);
}



#[test]
fn coroutine_resume_yield_return_unit() {
check_no_mismatches(
Expand Down

0 comments on commit e597d1f

Please sign in to comment.