diff --git a/src/rss.rs b/src/rss.rs index 1372646..57977bd 100644 --- a/src/rss.rs +++ b/src/rss.rs @@ -85,7 +85,7 @@ pub struct Enclosure<'a> { pub (crate) url : Cow<'a, str>, #[serde(rename = "$attr:type")] pub (crate) mime_type : Option>, - #[serde(rename = "$attr:length")] - pub (crate) length : Option, + //#[serde(rename = "$attr:length")] + //pub (crate) length : Option, }