Loading src/ssl/error.rs +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use std::old_io::IoError; use ffi; /// An SSL error #[derive(Show, Clone, PartialEq, Eq)] #[derive(Debug, Clone, PartialEq, Eq)] pub enum SslError { /// The underlying stream reported an error StreamError(IoError), Loading Loading @@ -44,7 +44,7 @@ impl error::Error for SslError { } /// An error from the OpenSSL library #[derive(Show, Clone, PartialEq, Eq)] #[derive(Debug, Clone, PartialEq, Eq)] pub enum OpensslError { /// An unknown error UnknownError { Loading Loading
src/ssl/error.rs +2 −2 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ use std::old_io::IoError; use ffi; /// An SSL error #[derive(Show, Clone, PartialEq, Eq)] #[derive(Debug, Clone, PartialEq, Eq)] pub enum SslError { /// The underlying stream reported an error StreamError(IoError), Loading Loading @@ -44,7 +44,7 @@ impl error::Error for SslError { } /// An error from the OpenSSL library #[derive(Show, Clone, PartialEq, Eq)] #[derive(Debug, Clone, PartialEq, Eq)] pub enum OpensslError { /// An unknown error UnknownError { Loading