mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Permitted functions to have too many arguments in components/script/dom (#33632)
Signed-off-by: jahielkomu <ktumuhairwe24@gmail.com>
This commit is contained in:
parent
43d559a1c2
commit
986c3a38a3
8 changed files with 8 additions and 0 deletions
|
@ -71,6 +71,7 @@ impl HashChangeEvent {
|
|||
)
|
||||
}
|
||||
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn new_with_proto(
|
||||
window: &Window,
|
||||
proto: Option<HandleObject>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue