Skip to content

Commit

Permalink
clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Aug 26, 2024
1 parent cb9c88e commit 69df01c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cdn-proto/src/connection/protocols/tcp_tls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
// along with the Push-CDN repository. If not, see <https://mit-license.org/>.

//! This file defines and implements a thin wrapper around a TCP
//! + TLS connection that implements our message framing and connection
//! logic.
//! + TLS connection that implements our message framing and connection logic.

use std::net::SocketAddr;
use std::net::ToSocketAddrs;
Expand Down

0 comments on commit 69df01c

Please sign in to comment.