From dfc5203c4bd6ef51941ab2a47081ec9d731be90b Mon Sep 17 00:00:00 2001 From: haoran Date: Wed, 18 Dec 2024 15:32:18 -0600 Subject: [PATCH] fix: typo --- proc-macros/src/render_client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proc-macros/src/render_client.rs b/proc-macros/src/render_client.rs index 800c70b81b..f5eb83e089 100644 --- a/proc-macros/src/render_client.rs +++ b/proc-macros/src/render_client.rs @@ -63,7 +63,7 @@ impl RpcDescription { #(#sub_impls)* } - impl #trait_name #type_generics for TypeJsonRpseeInteral where TypeJsonRpseeInteral: #super_trait #(,#where_clause)* {} + impl #trait_name #type_generics for TypeJsonRpseeInternal where TypeJsonRpseeInternal: #super_trait #(,#where_clause)* {} }; Ok(trait_impl)