hammond_data::Feed: general cleanup of no longer needed stuff.

This commit is contained in:
Jordan Petridis
2018-01-15 11:03:40 +02:00
parent 10345ffda7
commit 3358fcd0b3
7 changed files with 26 additions and 36 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ fn index_urls() {
})
.collect();
feeds.iter().for_each(|x| index(x));
feeds.iter().for_each(|x| x.index().unwrap());
}
#[bench]