From bc72d7e5369c955dcac78d07008c6e932359c1d2 Mon Sep 17 00:00:00 2001 From: Ville Lindholm Date: Sun, 1 Jun 2025 14:35:59 +0300 Subject: [PATCH] test-tidy Signed-off-by: Ville Lindholm --- components/script/dom/xpathresult.rs | 2 +- tests/wpt/meta/MANIFEST.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/script/dom/xpathresult.rs b/components/script/dom/xpathresult.rs index a636419cf61..890e559ba97 100644 --- a/components/script/dom/xpathresult.rs +++ b/components/script/dom/xpathresult.rs @@ -54,7 +54,7 @@ impl TryFrom for XPathResultType { } } -#[derive(JSTraceable, MallocSizeOf, Debug)] +#[derive(Debug, JSTraceable, MallocSizeOf)] pub(crate) enum XPathResultValue { Boolean(bool), /// A IEEE-754 double-precision floating point number diff --git a/tests/wpt/meta/MANIFEST.json b/tests/wpt/meta/MANIFEST.json index 60d4d4fbe97..97f16046305 100644 --- a/tests/wpt/meta/MANIFEST.json +++ b/tests/wpt/meta/MANIFEST.json @@ -630518,7 +630518,7 @@ ] ], "fn-id.html": [ - "304d38985a0cf2df8b4365cae497292ef36d3599", + "251de43024cb3fedb41dcdf3146dbeab172c9d6a", [ null, {}