Skip to content

Commit 5ed3bb3

Browse files
committed
Remove TLS error type
1 parent 14736ab commit 5ed3bb3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/error.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ pub enum Error {
3838
/// IO error
3939
#[error("io: {0}")]
4040
Io(#[from] io::Error),
41-
/// TLS error
42-
#[error("tls: {0}")]
43-
Tls(#[from] async_native_tls::Error),
4441
/// Parsing error
4542
#[error("parsing: {0:?}")]
4643
Parsing(nom::error::ErrorKind),

0 commit comments

Comments
 (0)