Renamed hammond-data/src/index_feeds.rs module into feed.rs.
This commit is contained in:
@@ -16,7 +16,7 @@ use test::Bencher;
|
||||
|
||||
use hammond_data::run_migration_on;
|
||||
use hammond_data::models::NewSource;
|
||||
use hammond_data::index_feed::{index, Feed};
|
||||
use hammond_data::feed::{index, Feed};
|
||||
use hammond_data::Database;
|
||||
|
||||
use std::io::BufReader;
|
||||
|
||||
@@ -25,7 +25,7 @@ extern crate xdg;
|
||||
pub mod dbqueries;
|
||||
pub mod utils;
|
||||
pub mod models;
|
||||
pub mod index_feed;
|
||||
pub mod feed;
|
||||
pub mod errors;
|
||||
mod feedparser;
|
||||
mod schema;
|
||||
|
||||
@@ -6,7 +6,7 @@ use reqwest::header::{ETag, LastModified};
|
||||
use rss::Channel;
|
||||
|
||||
use schema::{episode, podcast, source};
|
||||
use index_feed::Feed;
|
||||
use feed::Feed;
|
||||
use errors::*;
|
||||
|
||||
use models::insertables::NewPodcast;
|
||||
|
||||
Reference in New Issue
Block a user