Rustfmt changes.

This commit is contained in:
Jordan Petridis
2017-10-13 02:33:37 +03:00
parent ac51370088
commit b176f334c3
4 changed files with 20 additions and 23 deletions
+1 -1
View File
@@ -30,8 +30,8 @@ pub mod index_feed;
pub mod feedparser;
pub mod errors;
use errors::*;
use diesel::prelude::*;
use errors::*;
use std::path::PathBuf;
embed_migrations!("migrations/");