mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
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::{
|
use helix_tui::{
|
||||||
backend::{Backend, TestBackend},
|
backend::{Backend, TestBackend},
|
||||||
layout::Rect,
|
|
||||||
widgets::Paragraph,
|
|
||||||
Terminal,
|
Terminal,
|
||||||
};
|
};
|
||||||
use std::error::Error;
|
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn terminal_buffer_size_should_be_limited() {
|
fn terminal_buffer_size_should_be_limited() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue