mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Run rustfmt
This commit is contained in:
parent
714a5b4248
commit
439ee70bd1
1 changed files with 2 additions and 3 deletions
|
@ -170,9 +170,8 @@ pub trait ThreadSafeLayoutNode:
|
|||
type ConcreteNode: LayoutNode<ConcreteThreadSafeLayoutNode = Self>;
|
||||
type ConcreteElement: TElement;
|
||||
|
||||
type ConcreteThreadSafeLayoutElement: ThreadSafeLayoutElement<
|
||||
ConcreteThreadSafeLayoutNode = Self,
|
||||
> + ::selectors::Element<Impl = SelectorImpl>;
|
||||
type ConcreteThreadSafeLayoutElement: ThreadSafeLayoutElement<ConcreteThreadSafeLayoutNode = Self>
|
||||
+ ::selectors::Element<Impl = SelectorImpl>;
|
||||
type ChildrenIterator: Iterator<Item = Self> + Sized;
|
||||
|
||||
/// Converts self into an `OpaqueNode`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue