mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue