diff options
Diffstat (limited to 'components/layout/css/matching.rs')
-rw-r--r-- | components/layout/css/matching.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/css/matching.rs b/components/layout/css/matching.rs index 0d67e8e31f3..f101fc321af 100644 --- a/components/layout/css/matching.rs +++ b/components/layout/css/matching.rs @@ -113,7 +113,7 @@ impl<'a> PartialEq for ApplicableDeclarationsCacheQuery<'a> { return false } } - return true + true } } impl<'a> Eq for ApplicableDeclarationsCacheQuery<'a> {} |