mirror of
https://github.com/servo/servo
synced 2026-04-30 11:27:28 +02:00
Reorder imports
This commit is contained in:
@@ -10,8 +10,8 @@ use crate::HTMLMediaData;
|
||||
use crate::LayoutNodeType;
|
||||
use crate::OpaqueStyleAndLayoutData;
|
||||
use crate::SVGSVGData;
|
||||
use gfx_traits::{ByteIndex, FragmentType, combine_id_with_fragment_type};
|
||||
use html5ever::{Namespace, LocalName};
|
||||
use gfx_traits::{combine_id_with_fragment_type, ByteIndex, FragmentType};
|
||||
use html5ever::{LocalName, Namespace};
|
||||
use msg::constellation_msg::{BrowsingContextId, PipelineId};
|
||||
use net_traits::image::base::{Image, ImageMetadata};
|
||||
use range::Range;
|
||||
@@ -22,8 +22,8 @@ use std::sync::Arc as StdArc;
|
||||
use style::attr::AttrValue;
|
||||
use style::context::SharedStyleContext;
|
||||
use style::data::ElementData;
|
||||
use style::dom::{LayoutIterator, NodeInfo, TElement, TNode};
|
||||
use style::dom::OpaqueNode;
|
||||
use style::dom::{LayoutIterator, NodeInfo, TElement, TNode};
|
||||
use style::font_metrics::ServoMetricsProvider;
|
||||
use style::properties::ComputedValues;
|
||||
use style::selector_parser::{PseudoElement, PseudoElementCascadeType, SelectorImpl};
|
||||
|
||||
Reference in New Issue
Block a user