mirror of
git://git.proxmox.com/git/perlmod.git
synced 2025-01-04 13:17:39 +03: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 {
|
||||
handle_return = quote! {
|
||||
let result = match #name(#passed_arguments);
|
||||
let result = #name(#passed_arguments);
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user