Skip to content

Commit 28c0e40

Browse files
authored
Rollup merge of #66360 - elichai:2019-11-vec-link, r=dtolnay
Fix link to Exten in Vec::set_len Fixes #66354 Unrelated to this PR, I think we should stop using `../../std/MODULE` and replace it with `../MODULE` that way if you're looking at docs in `core` or `alloc` clicking at a link won't forward you to `std`.
2 parents 20c3562 + 0cd111f commit 28c0e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/vec.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -861,7 +861,7 @@ impl<T> Vec<T> {
861861
///
862862
/// [`truncate`]: #method.truncate
863863
/// [`resize`]: #method.resize
864-
/// [`extend`]: #method.extend-1
864+
/// [`extend`]: ../../std/iter/trait.Extend.html#tymethod.extend
865865
/// [`clear`]: #method.clear
866866
///
867867
/// # Safety

0 commit comments

Comments
 (0)