Skip to content

Commit c7deb2f

Browse files
HaoranYihaoran
andauthored
chore(macros): fix typo in internal type name (#1507)
Co-authored-by: haoran <haoran@mbook>
1 parent bd69162 commit c7deb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proc-macros/src/render_client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ impl RpcDescription {
6363
#(#sub_impls)*
6464
}
6565

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

6969
Ok(trait_impl)

0 commit comments

Comments
 (0)