mirror of
https://git.proxmox.com/git/perlmod
synced 2025-10-04 13:01:42 +00:00
macro: fix syntax error in non-result tuple case
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
8d93a3de61
commit
f381c740b4
@ -439,7 +439,7 @@ fn handle_return_kind(
|
|||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
handle_return = quote! {
|
handle_return = quote! {
|
||||||
let result = match #name(#passed_arguments);
|
let result = #name(#passed_arguments);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user