mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 19:01:05 +00:00
fmt
This commit is contained in:
parent
6bb33ec5db
commit
694cfc94c9
1 changed files with 1 additions and 1 deletions
|
@ -6,8 +6,8 @@
|
|||
|
||||
use std::{any::Any, io, net::SocketAddr};
|
||||
|
||||
use actix_web::{rt::net::TcpStream, web, App, HttpServer};
|
||||
use actix_http::CloneableExtensions;
|
||||
use actix_web::{rt::net::TcpStream, web, App, HttpServer};
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
struct ConnectionInfo {
|
||||
|
|
Loading…
Reference in a new issue