File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ impl ConnectionLike for Connection {
221
221
self . con . flush ( ) . await ?;
222
222
self . con . read_response ( ) . await
223
223
} )
224
- . boxed ( )
224
+ . boxed ( )
225
225
}
226
226
227
227
fn req_packed_commands < ' a > (
@@ -245,7 +245,7 @@ impl ConnectionLike for Connection {
245
245
246
246
Ok ( rv)
247
247
} )
248
- . boxed ( )
248
+ . boxed ( )
249
249
}
250
250
251
251
fn get_db ( & self ) -> i64 {
@@ -545,7 +545,7 @@ impl ConnectionLike for MultiplexedConnection {
545
545
} ) ?;
546
546
Ok ( value)
547
547
} )
548
- . boxed ( )
548
+ . boxed ( )
549
549
}
550
550
551
551
fn req_packed_commands < ' a > (
@@ -568,7 +568,7 @@ impl ConnectionLike for MultiplexedConnection {
568
568
value. drain ( ..offset) ;
569
569
Ok ( value)
570
570
} )
571
- . boxed ( )
571
+ . boxed ( )
572
572
}
573
573
574
574
fn get_db ( & self ) -> i64 {
You can’t perform that action at this time.
0 commit comments