Skip to content

Commit ca78580

Browse files
committed
fix: clippy
1 parent 3673e60 commit ca78580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

float-pigment-css/src/sheet/rule.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ impl PropertyMeta {
138138
match self {
139139
Self::Normal { .. } => false,
140140
Self::Important { .. } => false,
141-
Self::DebugGroup { properties, .. } => properties.len() == 0,
141+
Self::DebugGroup { properties, .. } => properties.is_empty(),
142142
}
143143
}
144144

0 commit comments

Comments
 (0)