diff --git a/tonic/src/transport/error.rs b/tonic/src/transport/error.rs index 26ba40d..d2a1c7b 100644 --- a/tonic/src/transport/error.rs +++ b/tonic/src/transport/error.rs @@ -1,8 +1,3 @@ -// TODO: remove this when we use errors throughout, -// there are some that are only used under the TLS feature -// these probably should be scoped to a `TLSError` enum. -#![allow(dead_code)] - use std::{error::Error as StdError, fmt}; type Source = Box;