summaryrefslogtreecommitdiffstats
path: root/src/test_helpers/shared/replace_invisibles.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test_helpers/shared/replace_invisibles.rs')
-rw-r--r--src/test_helpers/shared/replace_invisibles.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test_helpers/shared/replace_invisibles.rs b/src/test_helpers/shared/replace_invisibles.rs
index ad33cb3..0fd30c7 100644
--- a/src/test_helpers/shared/replace_invisibles.rs
+++ b/src/test_helpers/shared/replace_invisibles.rs
@@ -1,10 +1,3 @@
-use bitflags::bitflags;
-
-use crate::{
- display::DisplayColor,
- view::{LineSegment, ViewData, ViewLine},
-};
-
const VISIBLE_SPACE_REPLACEMENT: &str = "\u{b7}"; // "·"
const VISIBLE_TAB_REPLACEMENT: &str = " \u{2192}"; // " →"