chore(tonic): Remove outdated allow dead code lint annotation (#1230)

This commit is contained in:
tottoto
2023-01-12 03:26:01 +09:00
committed by GitHub
parent 63f2e95be3
commit e2b1e60276
-1
View File
@@ -17,7 +17,6 @@ const ALPN_H2: &str = "h2";
#[derive(Debug)]
enum TlsError {
#[allow(dead_code)]
H2NotNegotiated,
CertificateParseError,
PrivateKeyParseError,