Skip to content

Commit 9202ae5

Browse files
committed
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
1 parent a79e275 commit 9202ae5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

style/properties/properties.mako.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1384,6 +1384,7 @@ pub mod style_structs {
13841384
self.${longhand.ident}.clone()
13851385
}
13861386

1387+
/// Whether `self` and `other` have the same computed value for ${longhand.name}.
13871388
#[allow(non_snake_case)]
13881389
#[inline]
13891390
pub fn ${longhand.ident}_equals(&self, other: &Self) -> bool {

0 commit comments

Comments
 (0)