mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Reorder imports
This commit is contained in:
parent
4a947dd719
commit
9e92eb205a
546 changed files with 1968 additions and 1536 deletions
|
@ -19,14 +19,14 @@ extern crate uuid;
|
|||
|
||||
pub mod origin;
|
||||
|
||||
pub use crate::origin::{OpaqueOrigin, ImmutableOrigin, MutableOrigin};
|
||||
pub use crate::origin::{ImmutableOrigin, MutableOrigin, OpaqueOrigin};
|
||||
|
||||
use std::fmt;
|
||||
use std::net::IpAddr;
|
||||
use std::ops::{Range, RangeFrom, RangeTo, RangeFull, Index};
|
||||
use std::ops::{Index, Range, RangeFrom, RangeFull, RangeTo};
|
||||
use std::path::Path;
|
||||
use std::sync::Arc;
|
||||
use url::{Url, Position};
|
||||
use url::{Position, Url};
|
||||
|
||||
pub use url::Host;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue