Skip to content

Commit b959940

Browse files
CoAlloc: Workaround rust-lang/rustfmt issue #5691. FIXME undo once rustfmt is fixed on nightly.
1 parent 622db98 commit b959940

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/alloc/src/vec/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,7 @@ where
18801880
where
18811881
[(); { crate::meta_num_slots!(A, CO_ALLOC_PREF) }]:,
18821882
{
1883+
/// @FIXME This doc-comment here is only to workaround rust-lang/rustfmt issue #5691. Remove once it's fixed on nightly.
18831884
/* Offset of the element we want to check if it is duplicate */
18841885
read: usize,
18851886

0 commit comments

Comments
 (0)