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 bb5e79c commit 20a6866Copy full SHA for 20a6866
library/alloc/src/vec.rs
@@ -159,7 +159,7 @@ use crate::raw_vec::RawVec;
159
/// # Slicing
160
///
161
/// A `Vec` can be mutable. Slices, on the other hand, are read-only objects.
162
-/// To get a slice, use [`&`][prim@reference]. Example:
+/// To get a slice, use [`&`]. Example:
163
164
/// ```
165
/// fn read_slice(slice: &[usize]) {
0 commit comments