mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
chore(ext/fetch): custom arity (#14198)
This commit is contained in:
parent
d2c80aa26f
commit
2eb8c3b82f
4 changed files with 36 additions and 30 deletions
|
@ -115,6 +115,7 @@ pub fn op(attr: TokenStream, item: TokenStream) -> TokenStream {
|
|||
}
|
||||
|
||||
#[inline]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
#original_func
|
||||
|
||||
pub fn v8_func #generics (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue