mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix new clippy error
This commit is contained in:
parent
a2e9997bb1
commit
3dc1119142
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
mod scrolllist;
|
||||
pub(crate) mod style;
|
||||
pub mod style;
|
||||
use crate::ui::style::Theme;
|
||||
use scrolllist::ScrollableList;
|
||||
use tui::{
|
||||
|
|
|
|||
Loading…
Reference in a new issue