Skip to content

Commit 8cc65a6

Browse files
committed
hidden
Signed-off-by: Anthony Griffon <[email protected]>
1 parent 58a5825 commit 8cc65a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tonic/src/transport/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ pub use self::channel::{Channel, Endpoint};
9898
pub use self::error::Error;
9999
#[doc(inline)]
100100
pub use self::server::{NamedService, Server};
101-
#[doc(inline)]
101+
#[doc(hidden)]
102102
pub use self::service::Or;
103-
#[doc(inline)]
103+
#[doc(hidden)]
104104
pub use self::service::Routes;
105105
#[doc(inline)]
106106
pub use self::service::TimeoutExpired;

0 commit comments

Comments
 (0)