diff options
Diffstat (limited to 'src/structs.rs')
| -rw-r--r-- | src/structs.rs | 1 | 
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()      } | 
