aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mutationrecord.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/mutationrecord.rs')
-rw-r--r--components/script/dom/mutationrecord.rs1
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,