Skip to content

Commit 9fc9cd9

Browse files
CoAlloc: Working around a fmt bug
1 parent 8caa109 commit 9fc9cd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/alloc/src/vec/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,8 +1880,6 @@ where
18801880
where
18811881
[(); { crate::meta_num_slots!(A, CO_ALLOC_PREF) }]:,
18821882
{
1883-
crate::meta_num_slots!(A, CO_ALLOC_PREF) }]:,
1884-
{
18851883
/* Offset of the element we want to check if it is duplicate */
18861884
read: usize,
18871885

0 commit comments

Comments
 (0)