Run rustfmt

This commit is contained in:
Simon Sapin 2019-08-24 14:11:11 +02:00
parent 714a5b4248
commit 439ee70bd1

View file

@ -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`.