summaryrefslogtreecommitdiffstats
path: root/src/modules/list/tests/remove_lines.rs
diff options
context:
space:
mode:
authorTim Oram <dev@mitmaro.ca>2024-02-19 10:00:34 -0330
committerTim Oram <dev@mitmaro.ca>2024-02-19 10:20:42 -0330
commit2227eb36d6b278746392bb9f910385515e58bdbc (patch)
treec0c05d813389a5aac57affe45869daf19339efbc /src/modules/list/tests/remove_lines.rs
parenta2f99b7e0992a55c2b6ddd8b9854fb2015907da3 (diff)
Reenable the unused lint, and cleanup unused
Diffstat (limited to 'src/modules/list/tests/remove_lines.rs')
-rw-r--r--src/modules/list/tests/remove_lines.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/list/tests/remove_lines.rs b/src/modules/list/tests/remove_lines.rs
index 7b82bc5..16e3a8b 100644
--- a/src/modules/list/tests/remove_lines.rs
+++ b/src/modules/list/tests/remove_lines.rs
@@ -1,5 +1,5 @@
use super::*;
-use crate::{action_line, assert_rendered_output, test_helpers::testers};
+use crate::{action_line, assert_rendered_output};
#[test]
fn normal_mode_remove_line_first() {