Skip to content

Commit

Permalink
chore(macros): fix typo in internal type name (#1507)
Browse files Browse the repository at this point in the history
Co-authored-by: haoran <haoran@mbook>
  • Loading branch information
HaoranYi and haoran authored Dec 28, 2024
1 parent bd69162 commit c7deb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proc-macros/src/render_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl RpcDescription {
#(#sub_impls)*
}

impl<TypeJsonRpseeInteral #(,#type_idents)*> #trait_name #type_generics for TypeJsonRpseeInteral where TypeJsonRpseeInteral: #super_trait #(,#where_clause)* {}
impl<TypeJsonRpseeInternal #(,#type_idents)*> #trait_name #type_generics for TypeJsonRpseeInternal where TypeJsonRpseeInternal: #super_trait #(,#where_clause)* {}
};

Ok(trait_impl)
Expand Down

0 comments on commit c7deb2f

Please sign in to comment.