mirror of
https://github.com/servo/servo.git
synced 2025-07-28 09:40:33 +01:00
Remove incorrect claim from a comment.
This commit is contained in:
parent
ae5191275a
commit
1398616ec1
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ pub trait PostorderNodeMutTraversal {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Opaque type stored in type-unsafe work queues for parallel layout.
|
/// 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 type UnsafeLayoutNode = (usize, usize);
|
||||||
|
|
||||||
pub fn layout_node_to_unsafe_layout_node(node: &LayoutNode) -> UnsafeLayoutNode {
|
pub fn layout_node_to_unsafe_layout_node(node: &LayoutNode) -> UnsafeLayoutNode {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue