Skip to content

Commit

Permalink
fix(build): Typo with client mod docstring (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushisource authored and LucioFranco committed Jan 14, 2020
1 parent bd0f5ed commit 5fc6762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tonic-build/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub(crate) fn generate(service: &Service, proto: &str) -> TokenStream {
let service_doc = generate_doc_comments(&service.comments.leading);

quote! {
/// Generated server implementations.
/// Generated client implementations.
pub mod #client_mod {
#![allow(unused_variables, dead_code, missing_docs)]
use tonic::codegen::*;
Expand Down

0 comments on commit 5fc6762

Please sign in to comment.