Skip to content

Commit

Permalink
Doc hide codegen inner service
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Sep 21, 2019
1 parent 322f346 commit cd9133a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tonic-build/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub(crate) fn generate(service: &Service, proto_path: &str) -> TokenStream {
}

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

0 comments on commit cd9133a

Please sign in to comment.