Fix more warnings

This commit is contained in:
Antonio Scandurra 2023-05-22 19:36:01 +02:00
parent 6f39d49b18
commit 33f6c56b14

View file

@ -2415,10 +2415,7 @@ mod tests {
} }
#[gpui::test] #[gpui::test]
async fn test_close_items_to_the_left( async fn test_close_items_to_the_left(cx: &mut TestAppContext) {
deterministic: Arc<Deterministic>,
cx: &mut TestAppContext,
) {
init_test(cx); init_test(cx);
let fs = FakeFs::new(cx.background()); let fs = FakeFs::new(cx.background());
@ -2438,10 +2435,7 @@ mod tests {
} }
#[gpui::test] #[gpui::test]
async fn test_close_items_to_the_right( async fn test_close_items_to_the_right(cx: &mut TestAppContext) {
deterministic: Arc<Deterministic>,
cx: &mut TestAppContext,
) {
init_test(cx); init_test(cx);
let fs = FakeFs::new(cx.background()); let fs = FakeFs::new(cx.background());