Initial node implementation #4

Merged
zack merged 51 commits from develop into master 2023-07-19 18:09:13 +00:00
39 changed files with 1175 additions and 44 deletions
Showing only changes of commit e3c44bde10 - Show all commits

View File

@ -108,9 +108,7 @@ pub fn poll_variant_macro(input: TokenStream) -> TokenStream {
// If there are lifetimes and other generics
} else {
// Insert MutexT after the lifetimes
publish_generics
.params
.insert(num_lifetimes, mutex_t_param);
publish_generics.params.insert(num_lifetimes, mutex_t_param);
}
// If there are no generics
} else {