fix(build): Typo with client mod docstring (#237)
This commit is contained in:
committed by
Lucio Franco
parent
bd0f5edddf
commit
5fc6762435
@@ -12,7 +12,7 @@ pub(crate) fn generate(service: &Service, proto: &str) -> TokenStream {
|
|||||||
let service_doc = generate_doc_comments(&service.comments.leading);
|
let service_doc = generate_doc_comments(&service.comments.leading);
|
||||||
|
|
||||||
quote! {
|
quote! {
|
||||||
/// Generated server implementations.
|
/// Generated client implementations.
|
||||||
pub mod #client_mod {
|
pub mod #client_mod {
|
||||||
#![allow(unused_variables, dead_code, missing_docs)]
|
#![allow(unused_variables, dead_code, missing_docs)]
|
||||||
use tonic::codegen::*;
|
use tonic::codegen::*;
|
||||||
|
|||||||
Reference in New Issue
Block a user