mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Fix type the type name.
This commit is contained in:
parent
fa40352fb7
commit
183cdc95c6
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,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/ThreadSafeLayoutNode.
|
||||||
pub type UnsafeLayoutNode = (uint, uint);
|
pub type UnsafeLayoutNode = (uint, uint);
|
||||||
|
|
||||||
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