Skip to content

Commit

Permalink
fix(build): Make generated server service public (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
l4l committed May 8, 2020
1 parent 59ce1d2 commit 8cd6f05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tonic-build/src/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ pub fn generate<T: Service>(service: &T, proto_path: &str) -> TokenStream {

#service_doc
#[derive(Debug)]
#[doc(hidden)]
pub struct #server_service<T: #server_trait> {
inner: _Inner<T>,
}
Expand Down

0 comments on commit 8cd6f05

Please sign in to comment.