Skip to content

Commit

Permalink
fix merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
FranciscaOrtegaG committed Dec 9, 2024
1 parent e4f17a2 commit 4e62a00
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/client/tls_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ use std::convert::TryFrom;
use std::io::Error as IoError;
use std::io::ErrorKind;
use std::io::Write;
use std::io::Write;
use std::iter::FromIterator;
use tokio::io::AsyncWriteExt;
use tokio::io::AsyncReadExt;
Expand All @@ -38,7 +37,6 @@ pub struct ClientTLSConnection {
/// Read time timeout
timeout: tokio::time::Duration,
new_default: fn(IpAddr, Duration) -> Self,
new_default: fn(IpAddr, Duration) -> Self,
}

#[async_trait]
Expand Down

0 comments on commit 4e62a00

Please sign in to comment.