chore(tonic): Remove outdated allow lint (#1222)

This commit is contained in:
tottoto
2023-01-10 02:49:31 +09:00
committed by GitHub
parent 1bef5f5757
commit 0d35d7fbaf
-5
View File
@@ -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<dyn StdError + Send + Sync + 'static>;