From 0da2508e4d643e7a47ec3b83f9e97b06a3eb3bad Mon Sep 17 00:00:00 2001 From: komuhangi <51232461+jahielkomu@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:53:33 +0300 Subject: clippy: Allow `too_many_arguments` for all functions (#31962) This is the start of preventing this in the future. Co-authored-by: Martin Robinson --- components/script/script_module.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/script_module.rs') 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 { } /// +#[allow(clippy::too_many_arguments)] fn fetch_single_module_script( owner: ModuleOwner, url: ServoUrl, -- cgit v1.2.3