Skip to content

Commit

Permalink
Fix warning: unused_imports in constellation_msg.rs.
Browse files Browse the repository at this point in the history
  • Loading branch information
tetsuharuohzeki committed Dec 11, 2015
1 parent 4e73a30 commit 7df8dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/msg/constellation_msg.rs
Expand Up @@ -6,7 +6,7 @@
//! reduce coupling between these two components.

use euclid::scale_factor::ScaleFactor;
use euclid::size::{Size2D, TypedSize2D};
use euclid::size::TypedSize2D;
use hyper::header::Headers;
use hyper::method::Method;
use ipc_channel::ipc::{self, IpcReceiver, IpcSender, IpcSharedMemory};
Expand Down

0 comments on commit 7df8dc6

Please sign in to comment.