Skip to content

Commit 71c1ead

Browse files
committed
fix: missing import
1 parent 4937dce commit 71c1ead

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

msg/examples/reqrep_mtls.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
//! mutual TLS (mTLS).
33
44
use bytes::Bytes;
5-
use msg::{RepSocket, ReqSocket, tcp_tls::TcpTls};
5+
use msg::{
6+
RepSocket, ReqSocket,
7+
tcp_tls::{self, TcpTls},
8+
};
69
use tokio_stream::StreamExt as _;
710

811
/// Helper functions.

0 commit comments

Comments
 (0)