diff options
Diffstat (limited to 'components/script/dom/touchevent.rs')
-rw-r--r-- | components/script/dom/touchevent.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/touchevent.rs b/components/script/dom/touchevent.rs index 02fc3533442..1bb29e81178 100644 --- a/components/script/dom/touchevent.rs +++ b/components/script/dom/touchevent.rs @@ -63,6 +63,7 @@ impl TouchEvent { ) } + #[allow(clippy::too_many_arguments)] pub fn new( window: &Window, type_: DOMString, |