Fix unused import
This commit is contained in:
parent
df80f3c966
commit
3280510d5b
1 changed files with 0 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue