Skip to content

Commit 0cdaabf

Browse files
author
Stephan Dilly
committed
clippy fix
1 parent 36d9d13 commit 0cdaabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/components/textinput.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use strings::commands;
1212
use tui::{
1313
backend::Backend,
1414
layout::Rect,
15-
style::{Modifier, Style},
15+
style::Modifier,
1616
widgets::{Clear, Text},
1717
Frame,
1818
};

0 commit comments

Comments
 (0)