EpisodeWidget: Refactor to return Result<T, Error> wherever possible.

This commit is contained in:
Jordan Petridis
2018-02-06 02:31:53 +02:00
parent ed5ff16598
commit 0dc16dab9a
4 changed files with 136 additions and 110 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ impl Source {
/// Updates the validator Http Headers.
///
/// Consumes `self` and Returns the corresponding `Feed` Object.
// TODO: Refactor into TryInto once it lands on stable.
// Refactor into TryInto once it lands on stable.
pub fn into_feed(
self,
client: &Client<HttpsConnector<HttpConnector>>,