We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a79e275 commit 9202ae5Copy full SHA for 9202ae5
style/properties/properties.mako.rs
@@ -1384,6 +1384,7 @@ pub mod style_structs {
1384
self.${longhand.ident}.clone()
1385
}
1386
1387
+ /// Whether `self` and `other` have the same computed value for ${longhand.name}.
1388
#[allow(non_snake_case)]
1389
#[inline]
1390
pub fn ${longhand.ident}_equals(&self, other: &Self) -> bool {
0 commit comments