mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Reorder use
statements
This commit is contained in:
parent
875981ece5
commit
93a103ba73
135 changed files with 401 additions and 400 deletions
|
@ -7,9 +7,9 @@ use euclid::point::Point2D;
|
|||
use range::{self, EachIndex, Range, RangeIndex};
|
||||
#[cfg(any(target_arch = "x86_64", target_arch = "aarch64"))]
|
||||
use simd::u32x4;
|
||||
use std::{fmt, mem, u16};
|
||||
use std::cmp::{Ordering, PartialOrd};
|
||||
use std::vec::Vec;
|
||||
use std::{fmt, mem, u16};
|
||||
|
||||
pub use gfx_traits::ByteIndex;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue