Skip to content

Commit

Permalink
fixed: warning in tcp connection
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscaOrtegaG committed Jan 8, 2024
1 parent 251e940 commit cdd3e5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/tcp_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use super::client_error::ClientError;


use std::io::{Write, Read};
use std::net::{TcpStream,SocketAddr,IpAddr, Ipv4Addr};
use std::net::{TcpStream,SocketAddr,IpAddr};
use std::time::Duration;
use std::io::Error as IoError;
use std::io::ErrorKind;
Expand Down

0 comments on commit cdd3e5b

Please sign in to comment.