Skip to content

Commit 35a6d7c

Browse files
committed
Fix linked list
1 parent 867cf6b commit 35a6d7c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/liballoc/collections/linked_list.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,6 +1524,7 @@ impl<'a, T> CursorMut<'a, T> {
15241524
tail: Some(unlinked_node),
15251525
len: 1,
15261526
marker: PhantomData,
1527+
alloc: PhantomData,
15271528
})
15281529
}
15291530
}

0 commit comments

Comments
 (0)