Skip to content

Commit ae2a15b

Browse files
Jikstralink2xt
authored andcommitted
Same for address parse error
1 parent 27cbb28 commit ae2a15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/smtp/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub enum Error {
5454
#[error("no server info")]
5555
NoServerInfo,
5656

57-
#[error("address parse error")]
57+
#[error("address parse error: {0}")]
5858
AddrParseError(#[from] AddrParseError),
5959

6060
#[cfg(feature = "socks5")]

0 commit comments

Comments
 (0)