File tree 2 files changed +1
-6
lines changed
2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -107,9 +107,6 @@ pub use self::service::grpc_timeout::TimeoutExpired;
107
107
#[ cfg( feature = "tls" ) ]
108
108
#[ cfg_attr( docsrs, doc( cfg( feature = "tls" ) ) ) ]
109
109
pub use self :: tls:: Certificate ;
110
- #[ doc( inline) ]
111
- /// A deprecated re-export. Please use `tonic::server::NamedService` directly.
112
- pub use crate :: server:: NamedService ;
113
110
pub use axum:: { body:: BoxBody as AxumBoxBody , Router as AxumRouter } ;
114
111
pub use hyper:: { Body , Uri } ;
115
112
Original file line number Diff line number Diff line change @@ -12,9 +12,6 @@ mod unix;
12
12
pub use super :: service:: Routes ;
13
13
pub use super :: service:: RoutesBuilder ;
14
14
15
- #[ doc( inline) ]
16
- /// A deprecated re-export. Please use `tonic::server::NamedService` directly.
17
- pub use crate :: server:: NamedService ;
18
15
pub use conn:: { Connected , TcpConnectInfo } ;
19
16
#[ cfg( feature = "tls" ) ]
20
17
pub use tls:: ServerTlsConfig ;
@@ -39,6 +36,7 @@ use crate::transport::Error;
39
36
use self :: recover_error:: RecoverError ;
40
37
use super :: service:: { GrpcTimeout , ServerIo } ;
41
38
use crate :: body:: BoxBody ;
39
+ use crate :: server:: NamedService ;
42
40
use bytes:: Bytes ;
43
41
use http:: { Request , Response } ;
44
42
use http_body:: Body as _;
You can’t perform that action at this time.
0 commit comments