Skip to content

Commit

Permalink
fix(transport): Reexport TimeoutExpired in trasnport module (hyperium…
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Aug 2, 2024
1 parent 0873bd0 commit 167c162
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tonic/src/transport/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ pub use self::error::Error;
#[doc(inline)]
#[cfg(feature = "server")]
pub use self::server::Server;
/// Deprecated. Please use [`crate::status::TimeoutExpired`] instead.
pub use crate::status::TimeoutExpired;

#[cfg(feature = "tls")]
pub use self::tls::Certificate;
Expand Down

0 comments on commit 167c162

Please sign in to comment.