mirror of
https://github.com/Start9Labs/rpc-toolkit.git
synced 2026-03-30 04:11:58 +00:00
builder api
This commit is contained in:
@@ -1362,7 +1362,7 @@ fn build_inherited(parent_data: Option<Type>, generics: &Generics) -> (TokenStre
|
||||
)
|
||||
} else {
|
||||
(
|
||||
quote! { type InheritedParams = ::rpc_toolkit::NoParams; },
|
||||
quote! { type InheritedParams = ::rpc_toolkit::Empty; },
|
||||
inherited_generics,
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user