Skip to content

Commit a1b8a87

Browse files
CoAlloc: FIXME: Intra-docs links
1 parent 2258ed7 commit a1b8a87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library/alloc/src/collections/vec_deque/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2872,7 +2872,7 @@ impl<T, const CO_ALLOC_PREF: CoAllocPref> VecDeque<T, Global, CO_ALLOC_PREF>
28722872
where
28732873
[(); { crate::meta_num_slots_global!(CO_ALLOC_PREF) }]:,
28742874
{
2875-
/// Like [`<VecDeque::<T>>::from_iter()`], but coallocation-aware.
2875+
/// Like `<VecDeque::<T>>::from_iter()`, but coallocation-aware.
28762876
/// Like [`VecDeque::<T>::from_iter()`], but coallocation-aware.
28772877
/// Like [`<VecDeque::<T>>::from_iter(I)`], but coallocation-aware.
28782878
/// Like [`VecDeque::<T>::from_iter(I)`], but coallocation-aware.

library/alloc/src/slice.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,8 @@ impl<T> [T] {
644644
hack::into_vec(self)
645645
}
646646

647-
/// Coallocation-aware version of [`into_vec<A>()`].
648-
/// Coallocation-aware version of [`into_vec::<A>()`].
647+
/// Coallocation-aware version of `into_vec<A>()`.
648+
/// Coallocation-aware version of `into_vec::<A>()`.
649649
/// Coallocation-aware version of [`into_vec<A>(self)`].
650650
/// Coallocation-aware version of [`into_vec::<A>(self)`].
651651
/// Coallocation-aware version of [`into_vec<A>(Box<Self, A>)`].

0 commit comments

Comments
 (0)