diff options
Diffstat (limited to 'components/script/dom/mutationrecord.rs')
-rw-r--r-- | components/script/dom/mutationrecord.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/mutationrecord.rs b/components/script/dom/mutationrecord.rs index 505928367b4..15680f338bf 100644 --- a/components/script/dom/mutationrecord.rs +++ b/components/script/dom/mutationrecord.rs @@ -96,6 +96,7 @@ impl MutationRecord { ) } + #[allow(clippy::too_many_arguments)] fn new_inherited( record_type: &str, target: &Node, |