aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/hashchangeevent.rs
diff options
context:
space:
mode:
authorkomuhangi <51232461+jahielkomu@users.noreply.github.com>2024-10-03 16:33:55 +0300
committerGitHub <noreply@github.com>2024-10-03 13:33:55 +0000
commit986c3a38a3ae257499c78ce21a50f689faa10c3b (patch)
treeabef43a6efbc4a25f18de369cecd7248f5a38a43 /components/script/dom/hashchangeevent.rs
parent43d559a1c2510c9244b1592e5ac33f2e8e8732a7 (diff)
downloadservo-986c3a38a3ae257499c78ce21a50f689faa10c3b.tar.gz
servo-986c3a38a3ae257499c78ce21a50f689faa10c3b.zip
Permitted functions to have too many arguments in components/script/dom (#33632)
Signed-off-by: jahielkomu <ktumuhairwe24@gmail.com>
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>,