summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/channels.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/channels.rs b/src/channels.rs
index 09d7fc0..1362da0 100644
--- a/src/channels.rs
+++ b/src/channels.rs
@@ -6,6 +6,7 @@ pub struct Channel {
pub id: String,
pub title: String,
pub description: String,
+ #[allow(dead_code)]
pub image: String,
}