mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
style: Tidy a couple things.
This commit is contained in:
parent
daaee046b3
commit
1654f297ca
3 changed files with 19 additions and 10 deletions
|
@ -356,7 +356,10 @@ impl<Impl: SelectorImpl> Visit for Selector<Impl> where Impl::NonTSPseudoClass:
|
|||
}
|
||||
}
|
||||
|
||||
impl<Impl: SelectorImpl> Visit for Component<Impl> where Impl::NonTSPseudoClass: Visit<Impl=Impl> {
|
||||
impl<Impl: SelectorImpl> Visit for Component<Impl>
|
||||
where
|
||||
Impl::NonTSPseudoClass: Visit<Impl=Impl>
|
||||
{
|
||||
type Impl = Impl;
|
||||
|
||||
fn visit<V>(&self, visitor: &mut V) -> bool
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue