Initial node implementation #4
@ -108,9 +108,7 @@ pub fn poll_variant_macro(input: TokenStream) -> TokenStream {
|
|||||||
// If there are lifetimes and other generics
|
// If there are lifetimes and other generics
|
||||||
} else {
|
} else {
|
||||||
// Insert MutexT after the lifetimes
|
// Insert MutexT after the lifetimes
|
||||||
publish_generics
|
publish_generics.params.insert(num_lifetimes, mutex_t_param);
|
||||||
.params
|
|
||||||
.insert(num_lifetimes, mutex_t_param);
|
|
||||||
}
|
}
|
||||||
// If there are no generics
|
// If there are no generics
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user