Skip to content

Commit 0ef2a00

Browse files
Update net.rs
1 parent 6452c15 commit 0ef2a00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/net.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ use crate::{
1515
},
1616
engine::REACTOR,
1717
};
18+
use std::io::ErrorKind;
1819
use std::net::IpAddr;
1920
use std::{cell::OnceCell, future::Future, sync::Arc, task::Poll};
20-
use std::io::ErrorKind;
2121

2222
pub struct TcpStream {
2323
socket: TcpSocket,

0 commit comments

Comments
 (0)