aboutsummaryrefslogtreecommitdiffstats
path: root/src/structs.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/structs.rs')
-rw-r--r--src/structs.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.rs b/src/structs.rs
index 7282996..a94c96e 100644
--- a/src/structs.rs
+++ b/src/structs.rs
@@ -85,6 +85,7 @@ impl Podcast {
self.0.title()
}
+ #[allow(dead_code)]
pub fn url(&self) -> &str {
self.0.link()
}