We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 622db98 commit b959940Copy full SHA for b959940
library/alloc/src/vec/mod.rs
@@ -1880,6 +1880,7 @@ where
1880
where
1881
[(); { crate::meta_num_slots!(A, CO_ALLOC_PREF) }]:,
1882
{
1883
+ /// @FIXME This doc-comment here is only to workaround rust-lang/rustfmt issue #5691. Remove once it's fixed on nightly.
1884
/* Offset of the element we want to check if it is duplicate */
1885
read: usize,
1886
0 commit comments