summaryrefslogtreecommitdiff
path: root/lib/Future/AsyncAwait.xs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Future/AsyncAwait.xs')
-rw-r--r--lib/Future/AsyncAwait.xs1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Future/AsyncAwait.xs b/lib/Future/AsyncAwait.xs
index 7eb8c7a..80f5b53 100644
--- a/lib/Future/AsyncAwait.xs
+++ b/lib/Future/AsyncAwait.xs
@@ -2357,6 +2357,7 @@ static void parse_post_newcv(pTHX_ struct XSParseSublikeContext *ctx, void *hook
}
static struct XSParseSublikeHooks hooks_async = {
+ .permit_hintkey = "Future::AsyncAwait/async",
.flags = XS_PARSE_SUBLIKE_FLAG_PREFIX,
.post_blockstart = parse_post_blockstart,