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)]
|
#[derive(Debug)]
|
||||||
enum TlsError {
|
enum TlsError {
|
||||||
#[allow(dead_code)]
|
|
||||||
H2NotNegotiated,
|
H2NotNegotiated,
|
||||||
CertificateParseError,
|
CertificateParseError,
|
||||||
PrivateKeyParseError,
|
PrivateKeyParseError,
|
||||||
|
|||||||
Reference in New Issue
Block a user