Skip to content

Commit

Permalink
Doc: Fix link to Exten in Vec::set_len
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed Nov 13, 2019
1 parent 374ad1b commit 0cd111f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/liballoc/vec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -861,7 +861,7 @@ impl<T> Vec<T> {
///
/// [`truncate`]: #method.truncate
/// [`resize`]: #method.resize
/// [`extend`]: #method.extend-1
/// [`extend`]: ../../std/iter/trait.Extend.html#tymethod.extend
/// [`clear`]: #method.clear
///
/// # Safety
Expand Down

0 comments on commit 0cd111f

Please sign in to comment.