mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
cleanup and cargo fmt
This commit is contained in:
@ -18,8 +18,10 @@ extern crate r2d2;
|
||||
extern crate uuid;
|
||||
|
||||
use actix::prelude::*;
|
||||
use actix_web::{http, middleware, server, App, AsyncResponder, FutureResponse,
|
||||
HttpResponse, Path, State};
|
||||
use actix_web::{
|
||||
http, middleware, server, App, AsyncResponder, FutureResponse, HttpResponse, Path,
|
||||
State,
|
||||
};
|
||||
|
||||
use diesel::prelude::*;
|
||||
use diesel::r2d2::{ConnectionManager, Pool};
|
||||
|
Reference in New Issue
Block a user