chore(tonic): Remove outdated allow dead code lint annotation (#1230)
This commit is contained in:
@@ -17,7 +17,6 @@ const ALPN_H2: &str = "h2";
|
||||
|
||||
#[derive(Debug)]
|
||||
enum TlsError {
|
||||
#[allow(dead_code)]
|
||||
H2NotNegotiated,
|
||||
CertificateParseError,
|
||||
PrivateKeyParseError,
|
||||
|
||||
Reference in New Issue
Block a user