mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
cleanup and cargo fmt
This commit is contained in:
@ -9,8 +9,10 @@ extern crate serde_derive;
|
||||
#[macro_use]
|
||||
extern crate json;
|
||||
|
||||
use actix_web::{error, http, middleware, server, App, AsyncResponder, Error,
|
||||
HttpMessage, HttpRequest, HttpResponse, Json};
|
||||
use actix_web::{
|
||||
error, http, middleware, server, App, AsyncResponder, Error, HttpMessage,
|
||||
HttpRequest, HttpResponse, Json,
|
||||
};
|
||||
|
||||
use bytes::BytesMut;
|
||||
use futures::{Future, Stream};
|
||||
|
Reference in New Issue
Block a user