Skip to content

Commit 27cbb28

Browse files
Jikstralink2xt
authored andcommitted
socks5error: forgot a :
1 parent f15d02c commit 27cbb28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/smtp/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pub enum Error {
5858
AddrParseError(#[from] AddrParseError),
5959

6060
#[cfg(feature = "socks5")]
61-
#[error("socks5 error {0}")]
61+
#[error("socks5 error: {0}")]
6262
Socks5Error(#[from] fast_socks5::SocksError),
6363
}
6464

0 commit comments

Comments
 (0)