Skip to content

Commit 3dc1119

Browse files
author
Stephan Dilly
committed
fix new clippy error
1 parent a2e9997 commit 3dc1119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mod scrolllist;
2-
pub(crate) mod style;
2+
pub mod style;
33
use crate::ui::style::Theme;
44
use scrolllist::ScrollableList;
55
use tui::{

0 commit comments

Comments
 (0)