fix(build): Typo with client mod docstring (#237)

This commit is contained in:
Spencer Judge
2020-01-14 13:25:17 -05:00
committed by Lucio Franco
parent bd0f5edddf
commit 5fc6762435
+1 -1
View File
@@ -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::*;