1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00

cargo fmt

This commit is contained in:
grey 2019-06-07 13:30:14 -07:00
parent f1a34d534c
commit 72a58b7ca8

View File

@ -22,8 +22,8 @@ use std::io;
use actix_web::{
client::Client,
web::{self, BytesMut},
error::ErrorBadRequest,
web::{self, BytesMut},
App, Error, HttpResponse, HttpServer,
};
use futures::{Future, Stream};