mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
style: Rustfmt recent changes.
This commit is contained in:
parent
deba73a528
commit
57874ae90a
10 changed files with 73 additions and 56 deletions
|
@ -270,8 +270,7 @@ where
|
|||
Component::Combinator(..) => {
|
||||
unreachable!("Found combinator in simple selectors vector?");
|
||||
},
|
||||
Component::Part(..) |
|
||||
Component::PseudoElement(..) | Component::LocalName(..) => {
|
||||
Component::Part(..) | Component::PseudoElement(..) | Component::LocalName(..) => {
|
||||
specificity.element_selectors += 1
|
||||
},
|
||||
Component::Slotted(ref selector) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue