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