Skip to content

Commit

Permalink
More clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Aug 22, 2024
1 parent c55711f commit 7fbd4f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tooling/lsp/src/requests/completion/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@ mod completion_tests {
Some("fn()".to_string()),
)],
)
.await
.await;
}

#[test]
Expand All @@ -1696,7 +1696,7 @@ mod completion_tests {
Some("fn()".to_string()),
)],
)
.await
.await;
}

#[test]
Expand All @@ -1718,7 +1718,7 @@ mod completion_tests {
Some("fn()".to_string()),
)],
)
.await
.await;
}

#[test]
Expand All @@ -1740,7 +1740,7 @@ mod completion_tests {
Some("fn()".to_string()),
)],
)
.await
.await;
}

#[test]
Expand All @@ -1764,7 +1764,7 @@ mod completion_tests {
Some("fn(self)".to_string()),
)],
)
.await
.await;
}

#[test]
Expand All @@ -1788,6 +1788,6 @@ mod completion_tests {
Some("fn(self)".to_string()),
)],
)
.await
.await;
}
}

0 comments on commit 7fbd4f8

Please sign in to comment.