diff --git a/src/ui.rs b/src/ui.rs index b95e6be..3f2caea 100644 --- a/src/ui.rs +++ b/src/ui.rs @@ -52,9 +52,11 @@ pub struct State { pub sink: Arc, pub current: Current, pub bookmarked: bool, - list: String, timer: Option, pub(crate) width: usize, + + #[allow(dead_code)] + list: String, } impl State {