aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index 84bf1b36918..60169c9ea1f 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -225,6 +225,7 @@ struct InProgressLoad {
impl InProgressLoad {
/// Create a new InProgressLoad object.
+ #[allow(clippy::too_many_arguments)]
fn new(
id: PipelineId,
browsing_context_id: BrowsingContextId,
@@ -3645,6 +3646,7 @@ impl ScriptThread {
ScriptThread::set_user_interacting(false);
}
+ #[allow(clippy::too_many_arguments)]
fn handle_mouse_event(
&self,
pipeline_id: PipelineId,