Skip to content

Commit

Permalink
Flatten useless module hierarchy
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jul 8, 2024
1 parent a60e40a commit de73baf
Show file tree
Hide file tree
Showing 3 changed files with 287 additions and 290 deletions.
2 changes: 1 addition & 1 deletion tonic/src/transport/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub use self::error::Error;
#[cfg(feature = "server")]
pub use self::server::Server;
#[doc(inline)]
pub use self::service::grpc_timeout::TimeoutExpired;
pub use self::service::TimeoutExpired;

#[cfg(feature = "tls")]
pub use self::tls::Certificate;
Expand Down
287 changes: 0 additions & 287 deletions tonic/src/transport/service/grpc_timeout.rs

This file was deleted.

Loading

0 comments on commit de73baf

Please sign in to comment.