remove unused error

This commit is contained in:
Lev Kokotov
2023-04-30 09:07:15 -07:00
parent 4c8358b8b3
commit 9dffebccbf

View File

@@ -23,7 +23,6 @@ pub enum Error {
ParseBytesError(String),
AuthError(String),
AuthPassthroughError(String),
TlsCertificateReadError(String),
}
#[derive(Clone, PartialEq, Debug)]