mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
style: Cargo fix + ./mach fmt.
This commit is contained in:
parent
48ce20b6fe
commit
155caba595
9 changed files with 21 additions and 19 deletions
|
@ -33,9 +33,7 @@ impl ::selectors::parser::PseudoElement for PseudoElement {
|
|||
fn valid_after_slotted(&self) -> bool {
|
||||
matches!(
|
||||
*self,
|
||||
PseudoElement::Before |
|
||||
PseudoElement::After |
|
||||
PseudoElement::Placeholder
|
||||
PseudoElement::Before | PseudoElement::After | PseudoElement::Placeholder
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue