mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
Fix reported test-tidy errors for unmerged import blocks
This merges import blocks that were reported by tidy as unmerged.
This commit is contained in:
parent
e924393be8
commit
de3547e401
213 changed files with 598 additions and 934 deletions
|
@ -22,6 +22,8 @@ extern crate util;
|
|||
extern crate url;
|
||||
|
||||
use devtools_traits::ScriptToDevtoolsControlMsg;
|
||||
use euclid::point::Point2D;
|
||||
use euclid::rect::Rect;
|
||||
use ipc_channel::ipc::{IpcReceiver, IpcSender};
|
||||
use libc::c_void;
|
||||
use msg::compositor_msg::{Epoch, LayerId, ScriptToCompositorMsg};
|
||||
|
@ -38,9 +40,6 @@ use std::sync::mpsc::{Receiver, Sender};
|
|||
use url::Url;
|
||||
use util::geometry::Au;
|
||||
|
||||
use euclid::point::Point2D;
|
||||
use euclid::rect::Rect;
|
||||
|
||||
/// The address of a node. Layout sends these back. They must be validated via
|
||||
/// `from_untrusted_node_address` before they can be used, because we do not trust layout.
|
||||
#[allow(raw_pointer_derive)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue