Skip to content

Commit 5074ca5

Browse files
committed
do not enable io on default tokio runtime for SyncConnectionWrapper
1 parent 1260dc2 commit 5074ca5

File tree

1 file changed

+0
-1
lines changed
  • src/sync_connection_wrapper

1 file changed

+0
-1
lines changed

src/sync_connection_wrapper/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,6 @@ mod implementation {
475475
Tokio::Handle(handle)
476476
} else {
477477
let runtime = tokio::runtime::Builder::new_current_thread()
478-
.enable_io()
479478
.build()
480479
.unwrap();
481480

0 commit comments

Comments
 (0)