diff options
Diffstat (limited to 'components/script/script_module.rs')
-rw-r--r-- | components/script/script_module.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_module.rs b/components/script/script_module.rs index 062a0b5ec99..0a220e7c8bb 100644 --- a/components/script/script_module.rs +++ b/components/script/script_module.rs @@ -1545,6 +1545,7 @@ struct DynamicModule { } /// <https://html.spec.whatwg.org/multipage/#fetch-a-single-module-script> +#[allow(clippy::too_many_arguments)] fn fetch_single_module_script( owner: ModuleOwner, url: ServoUrl, |