aboutsummaryrefslogtreecommitdiffstats
path: root/components/layout_traits/lib.rs
diff options
context:
space:
mode:
authorSimon Sapin <simon.sapin@exyr.org>2018-11-07 17:08:14 +0100
committerSimon Sapin <simon.sapin@exyr.org>2018-11-08 09:29:52 +0100
commit9f977c52878e3638f475ca9a78e9f57d0d22893d (patch)
treeb1a3c3010e6c29c4f9d86930f948116b6bf27a93 /components/layout_traits/lib.rs
parent50c840fe42f4bf91019e9e585ee9c1c85cde232e (diff)
downloadservo-9f977c52878e3638f475ca9a78e9f57d0d22893d.tar.gz
servo-9f977c52878e3638f475ca9a78e9f57d0d22893d.zip
Remove useless `use crate_name;` imports.
A `crate_name::foo` path always works in 2018
Diffstat (limited to 'components/layout_traits/lib.rs')
-rw-r--r--components/layout_traits/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/layout_traits/lib.rs b/components/layout_traits/lib.rs
index 0cea8397f7e..8ecf214fbb0 100644
--- a/components/layout_traits/lib.rs
+++ b/components/layout_traits/lib.rs
@@ -21,7 +21,6 @@ use script_traits::{ConstellationControlMsg, LayoutControlMsg};
use servo_channel::{Receiver, Sender};
use servo_url::ServoUrl;
use std::sync::Arc;
-use webrender_api;
// A static method creating a layout thread
// Here to remove the compositor -> layout dependency