Fixed unused import

Mikayla Maki created

Change summary

crates/terminal/src/terminal_element.rs | 2 --
1 file changed, 2 deletions(-)

Detailed changes

crates/terminal/src/terminal_element.rs 🔗

@@ -412,8 +412,6 @@ fn draw_debug_grid(bounds: RectF, layout: &mut LayoutState, cx: &mut PaintContex
 }
 
 mod tests {
-    use crate::terminal_element::rgb_for_index;
-
     #[test]
     fn test_rgb_for_index() {
         //Test every possible value in the color cube