hammond_data::Feed: general cleanup of no longer needed stuff.
This commit is contained in:
@@ -62,7 +62,7 @@ fn index_urls() {
|
||||
})
|
||||
.collect();
|
||||
|
||||
feeds.iter().for_each(|x| index(x));
|
||||
feeds.iter().for_each(|x| x.index().unwrap());
|
||||
}
|
||||
|
||||
#[bench]
|
||||
|
||||
Reference in New Issue
Block a user