Commit 0e69866
src/feed.rs
@@ -6,6 +6,7 @@ use std::fs;
use std::path::PathBuf;
#[derive(Debug, Clone)]
+#[allow(dead_code)]
pub enum FeedState {
Loading,
Loaded,
src/main.rs
@@ -9,7 +9,7 @@ use ratatui::{
layout::{Constraint, Direction, Layout},
style::{Color, Modifier, Style},
text::{Line, Span},
- widgets::{Block, Borders, Gauge, List, ListItem, ListState, Paragraph},
+ widgets::{Block, Borders, List, ListItem, ListState, Paragraph},
Frame, Terminal,
};
use std::io;