aboutsummaryrefslogtreecommitdiffstats
path: root/components/gfx_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/gfx_traits/lib.rs')
-rw-r--r--components/gfx_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/gfx_traits/lib.rs b/components/gfx_traits/lib.rs
index 64474d496bf..6065704648d 100644
--- a/components/gfx_traits/lib.rs
+++ b/components/gfx_traits/lib.rs
@@ -24,7 +24,7 @@ pub use paint_listener::PaintListener;
use azure::azure_hl::Color;
use euclid::Matrix4D;
use euclid::rect::Rect;
-use msg::constellation_msg::{PipelineId};
+use msg::constellation_msg::PipelineId;
use std::fmt::{self, Debug, Formatter};
#[derive(Clone, Copy, Debug, PartialEq)]