Skip to content

Commit

Permalink
chore(tonic): Remove outdated allow lint (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jan 9, 2023
1 parent 1bef5f5 commit 0d35d7f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tonic/src/transport/error.rs
Original file line number Diff line number Diff line change
@@ -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>;
Expand Down

0 comments on commit 0d35d7f

Please sign in to comment.