mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-28 02:49:02 +02:00
clippy warnings; fmt
This commit is contained in:
@ -61,7 +61,7 @@ where
|
||||
H: HttpHandler + 'static,
|
||||
{
|
||||
pub fn new(
|
||||
settings: Rc<WorkerSettings<H>>, io: T, addr: Option<SocketAddr>, buf: Bytes
|
||||
settings: Rc<WorkerSettings<H>>, io: T, addr: Option<SocketAddr>, buf: Bytes,
|
||||
) -> Self {
|
||||
Http2 {
|
||||
flags: Flags::empty(),
|
||||
|
Reference in New Issue
Block a user