mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -65,6 +65,7 @@ impl PromiseRejectionEvent {
|
|||
}
|
||||
|
||||
#[allow(crown::unrooted_must_root)]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
fn new_with_proto(
|
||||
global: &GlobalScope,
|
||||
proto: Option<HandleObject>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue