Reorganize use statements
This commit is contained in:
+1
-2
@@ -33,8 +33,7 @@ extern crate serde_derive;
|
||||
extern crate serde_json;
|
||||
extern crate url;
|
||||
|
||||
use diesel::pg::PgConnection;
|
||||
use diesel::r2d2::{ConnectionManager, Pool};
|
||||
use diesel::{pg::PgConnection, r2d2::{ConnectionManager, Pool}};
|
||||
use dotenv::dotenv;
|
||||
use rocket_contrib::Template;
|
||||
use std::env;
|
||||
|
||||
Reference in New Issue
Block a user