From 1398616ec1e184e2d7940ceb42de0b00b13f280e Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 21 Jun 2015 13:07:53 +0200 Subject: [PATCH] Remove incorrect claim from a comment. --- components/layout/wrapper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/wrapper.rs b/components/layout/wrapper.rs index a3bcd78ae82..5f74c187bec 100644 --- a/components/layout/wrapper.rs +++ b/components/layout/wrapper.rs @@ -1121,7 +1121,7 @@ pub trait PostorderNodeMutTraversal { } /// Opaque type stored in type-unsafe work queues for parallel layout. -/// Must be transmutable to and from LayoutNode/ThreadSafeLayoutNode. +/// Must be transmutable to and from LayoutNode. pub type UnsafeLayoutNode = (usize, usize); pub fn layout_node_to_unsafe_layout_node(node: &LayoutNode) -> UnsafeLayoutNode {