mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Fix warning: unused_imports in constellation_msg.rs.
This commit is contained in:
parent
4e73a30b00
commit
7df8dc6177
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
//! reduce coupling between these two components.
|
//! reduce coupling between these two components.
|
||||||
|
|
||||||
use euclid::scale_factor::ScaleFactor;
|
use euclid::scale_factor::ScaleFactor;
|
||||||
use euclid::size::{Size2D, TypedSize2D};
|
use euclid::size::TypedSize2D;
|
||||||
use hyper::header::Headers;
|
use hyper::header::Headers;
|
||||||
use hyper::method::Method;
|
use hyper::method::Method;
|
||||||
use ipc_channel::ipc::{self, IpcReceiver, IpcSender, IpcSharedMemory};
|
use ipc_channel::ipc::{self, IpcReceiver, IpcSender, IpcSharedMemory};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue