From 3280510d5b24141a9c39cbd279ba28cf57ba3605 Mon Sep 17 00:00:00 2001 From: Ivan Tham Date: Sun, 6 Jun 2021 19:25:25 +0800 Subject: Fix unused import --- helix-tui/tests/terminal.rs | 3 --- 1 file changed, 3 deletions(-) (limited to 'helix-tui') diff --git a/helix-tui/tests/terminal.rs b/helix-tui/tests/terminal.rs index 4734dd9a..3e1c19e3 100644 --- a/helix-tui/tests/terminal.rs +++ b/helix-tui/tests/terminal.rs @@ -1,10 +1,7 @@ use helix_tui::{ backend::{Backend, TestBackend}, - layout::Rect, - widgets::Paragraph, Terminal, }; -use std::error::Error; #[test] fn terminal_buffer_size_should_be_limited() { -- cgit v1.2.3-70-g09d2