File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -486,7 +486,7 @@ where
486
486
} ;
487
487
// Clear send task
488
488
self . executor
489
- . execute_h2_future ( H2ClientFuture :: Pipe { pipe : pipe } ) ;
489
+ . execute_h2_future ( H2ClientFuture :: Pipe { pipe } ) ;
490
490
}
491
491
}
492
492
}
@@ -559,7 +559,7 @@ where
559
559
560
560
let ( pending, on_upgrade) = crate :: upgrade:: pending ( ) ;
561
561
let io = H2Upgraded {
562
- ping : ping ,
562
+ ping,
563
563
send_stream : unsafe { UpgradedSendStream :: new ( send_stream) } ,
564
564
recv_stream,
565
565
buf : Bytes :: new ( ) ,
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ impl<E> Builder<E> {
114
114
/// [`Http2ServerConnExec`]: crate::rt::bounds::Http2ServerConnExec
115
115
pub fn new ( exec : E ) -> Self {
116
116
Self {
117
- exec : exec ,
117
+ exec,
118
118
timer : Time :: Empty ,
119
119
h2_builder : Default :: default ( ) ,
120
120
}
You can’t perform that action at this time.
0 commit comments