aboutsummaryrefslogtreecommitdiff
path: root/src/client.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.rs')
-rw-r--r--src/client.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/client.rs b/src/client.rs
index 0efe051..38176d0 100644
--- a/src/client.rs
+++ b/src/client.rs
@@ -20,7 +20,8 @@ use tokio::{
use crate::shared::{
channel::{ChannelAsyncMessage, ChannelId, ChannelSyncMessage, ChannelType},
- AsyncRuntime, QuinnetError, DEFAULT_KILL_MESSAGE_QUEUE_SIZE, DEFAULT_MESSAGE_QUEUE_SIZE,
+ AsyncRuntime, InternalConnectionRef, QuinnetError, DEFAULT_KILL_MESSAGE_QUEUE_SIZE,
+ DEFAULT_MESSAGE_QUEUE_SIZE,
};
use self::{
@@ -30,7 +31,7 @@ use self::{
},
connection::{
connection_task, Connection, ConnectionConfiguration, ConnectionEvent, ConnectionId,
- ConnectionLostEvent, ConnectionState, InternalConnectionRef,
+ ConnectionLostEvent, ConnectionState,
},
};