aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/inputevent.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/inputevent.rs')
-rw-r--r--components/script/dom/inputevent.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/inputevent.rs b/components/script/dom/inputevent.rs
index aab34c990e7..3049ad75fd8 100644
--- a/components/script/dom/inputevent.rs
+++ b/components/script/dom/inputevent.rs
@@ -22,6 +22,7 @@ pub struct InputEvent {
}
impl InputEvent {
+ #[allow(clippy::too_many_arguments)]
fn new(
window: &Window,
proto: Option<HandleObject>,