diff options
Diffstat (limited to 'ext/node/polyfills/internal/async_hooks.ts')
-rw-r--r-- | ext/node/polyfills/internal/async_hooks.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/async_hooks.ts b/ext/node/polyfills/internal/async_hooks.ts index 5716ac4ad..339f62b7f 100644 --- a/ext/node/polyfills/internal/async_hooks.ts +++ b/ext/node/polyfills/internal/async_hooks.ts @@ -54,7 +54,6 @@ const active_hooks: ActiveHooks = { export const registerDestroyHook = async_wrap.registerDestroyHook; const { - // deno-lint-ignore camelcase async_hook_fields, // deno-lint-ignore camelcase asyncIdFields: async_id_fields, |