Skip to content

Commit

Permalink
Slice::into_vec: Don't link to Vec::into_boxed_slice
Browse files Browse the repository at this point in the history
The documentation for this method appears on multiple different pages,
which causes the relative links to not always work.
  • Loading branch information
Wallacoloo committed May 22, 2017
1 parent 78bdda1 commit 6e8e5c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/libcollections/slice.rs
Expand Up @@ -1411,9 +1411,7 @@ impl<T> [T] {
/// Converts `self` into a vector without clones or allocation.
///
/// The resulting vector can be converted back into a box via
/// the [`into_boxed_slice`] method.
///
/// [`into_boxed_slice`]: vec/struct.Vec.html#method.into_boxed_slice
/// `Vec<T>`'s `into_boxed_slice` method.
///
/// # Examples
///
Expand Down

0 comments on commit 6e8e5c9

Please sign in to comment.