chore(tonic): Remove outdated allow lint (#1222)
This commit is contained in:
@@ -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};
|
use std::{error::Error as StdError, fmt};
|
||||||
|
|
||||||
type Source = Box<dyn StdError + Send + Sync + 'static>;
|
type Source = Box<dyn StdError + Send + Sync + 'static>;
|
||||||
|
|||||||
Reference in New Issue
Block a user