From 688e0d63cb5df7554f3ace565d571bd6e14bf2c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Mon, 19 Aug 2024 04:13:13 +0200 Subject: [PATCH] Fix clippy --- end2end/tests/context_outside_reactive_ownership_tree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end2end/tests/context_outside_reactive_ownership_tree.rs b/end2end/tests/context_outside_reactive_ownership_tree.rs index f53da066..09041f9c 100644 --- a/end2end/tests/context_outside_reactive_ownership_tree.rs +++ b/end2end/tests/context_outside_reactive_ownership_tree.rs @@ -4,7 +4,7 @@ use leptos::*; use leptos_fluent::{expect_i18n, leptos_fluent}; use leptos_fluent_csr_minimal_example::TRANSLATIONS; -use tests_helpers::{input_by_id, mount, sleep, unmount}; +use tests_helpers::{input_by_id, mount, unmount}; use wasm_bindgen_test::*; wasm_bindgen_test_configure!(run_in_browser);