Remove generated doc comment test
This commit is contained in:
@@ -61,10 +61,6 @@ fn generate_connect(service_ident: &syn::Ident) -> TokenStream {
|
|||||||
quote! {
|
quote! {
|
||||||
impl #service_ident<tonic::transport::Channel> {
|
impl #service_ident<tonic::transport::Channel> {
|
||||||
/// Attempt to create a new client by connecting to a given endpoint.
|
/// Attempt to create a new client by connecting to a given endpoint.
|
||||||
///
|
|
||||||
/// ```rust,no_run
|
|
||||||
#doc_example
|
|
||||||
/// ```
|
|
||||||
pub fn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>
|
pub fn connect<D>(dst: D) -> Result<Self, tonic::transport::Error>
|
||||||
where
|
where
|
||||||
D: std::convert::TryInto<tonic::transport::Endpoint>,
|
D: std::convert::TryInto<tonic::transport::Endpoint>,
|
||||||
|
|||||||
Reference in New Issue
Block a user