aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/focusevent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/focusevent.rs')
-rw-r--r--components/script/dom/focusevent.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/focusevent.rs b/components/script/dom/focusevent.rs
index cb064b3fb1e..69a90434ac4 100644
--- a/components/script/dom/focusevent.rs
+++ b/components/script/dom/focusevent.rs
@@ -66,6 +66,7 @@ impl FocusEvent {
)
}
+ #[allow(clippy::too_many_arguments)]
fn new_with_proto(
window: &Window,
proto: Option<HandleObject>,