From 3714fc0cee22912f6c37fb7a8fa7706971c8f9ef Mon Sep 17 00:00:00 2001 From: Nikita Revenco <154856872+NikitaRevenco@users.noreply.github.com> Date: Sun, 2 Feb 2025 19:49:12 +0000 Subject: [PATCH] chore: remove unused imports --- helix-term/tests/test/comments.rs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/helix-term/tests/test/comments.rs b/helix-term/tests/test/comments.rs index 346c22f86..a348c4829 100644 --- a/helix-term/tests/test/comments.rs +++ b/helix-term/tests/test/comments.rs @@ -1,11 +1,5 @@ -use helix_term::application::Application; - use super::*; -mod insert; -mod movement; -mod write; - /// Comment and uncomment #[tokio::test(flavor = "multi_thread")] async fn test_injected_comment_tokens_simple() -> anyhow::Result<()> {