From 8f886e599ec751292e8439afaa45333a73e3594a Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 17 Dec 2013 14:34:49 -0800 Subject: layout: Stop exposing raw `Element` types to layout as well. This should make layout memory-safe as is, though we will need to do more stuff for incremental reflow and parallelism. --- src/components/script/script_task.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/script/script_task.rs') diff --git a/src/components/script/script_task.rs b/src/components/script/script_task.rs index e027d8f0219..38803bb4456 100644 --- a/src/components/script/script_task.rs +++ b/src/components/script/script_task.rs @@ -52,7 +52,6 @@ use std::ptr; use std::str::eq_slice; use std::task::{spawn_sched, SingleThreaded}; use std::util::replace; -use style::{TElement, TNode}; /// Messages used to control the script task. pub enum ScriptMsg { -- cgit v1.2.3