Remove incorrect claim from a comment.

This commit is contained in:
Ms2ger 2015-06-21 13:07:53 +02:00
parent ae5191275a
commit 1398616ec1

View file

@ -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 {