Fix macro some more
This commit is contained in:
parent
6185c935a6
commit
6cf7d0b81c
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ pub fn test(args: TokenStream, function: TokenStream) -> TokenStream {
|
||||||
));
|
));
|
||||||
inner_fn_args.extend(quote!(&mut #cx_varname_lock,));
|
inner_fn_args.extend(quote!(&mut #cx_varname_lock,));
|
||||||
cx_teardowns.extend(quote!(
|
cx_teardowns.extend(quote!(
|
||||||
#cx_varname.quit();
|
#cx_varname_lock.quit();
|
||||||
dispatcher.run_until_parked();
|
dispatcher.run_until_parked();
|
||||||
));
|
));
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue