Reorganize use statements

This commit is contained in:
Bat
2018-05-19 08:39:59 +01:00
parent aa233abb41
commit b55622f2b1
23 changed files with 173 additions and 130 deletions
+2 -4
View File
@@ -2,11 +2,9 @@ use rocket::http::ContentType;
use rocket::response::Content;
use BASE_URL;
use activity_pub::ap_url;
use activity_pub::webfinger::Webfinger;
use activity_pub::{ap_url, webfinger::Webfinger};
use db_conn::DbConn;
use models::blogs::Blog;
use models::users::User;
use models::{blogs::Blog, users::User};
#[get("/.well-known/host-meta", format = "application/xml")]
fn host_meta() -> String {