Skip to content

Commit 0d21037

Browse files
CoAlloc: Workaround rust-lang/rustfmt issue rust-lang#5691. FIXME undo once rustfmt is fixed on nightly.
1 parent 4f1b093 commit 0d21037

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
@@ -1871,6 +1871,7 @@ where
18711871
where
18721872
[(); { crate::meta_num_slots!(A, CO_ALLOC_PREF) }]:,
18731873
{
1874+
/// @FIXME This doc-comment here is only to workaround rust-lang/rustfmt issue #5691. Remove once it's fixed on nightly.
18741875
/* Offset of the element we want to check if it is duplicate */
18751876
read: usize,
18761877

0 commit comments

Comments
 (0)