about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorElichai Turkel <elichai.turkel@gmail.com>2019-11-13 12:53:24 +0200
committerElichai Turkel <elichai.turkel@gmail.com>2019-11-13 12:53:24 +0200
commit0cd111fe97ac25858bba1345f5b0f5a6870aff9f (patch)
treecece9d5f119c22e8d2e172705cbc68a9bed18d9d /src/liballoc
parent374ad1b0063963060a00a3110e44d76e7105d059 (diff)
downloadrust-0cd111fe97ac25858bba1345f5b0f5a6870aff9f.tar.gz
rust-0cd111fe97ac25858bba1345f5b0f5a6870aff9f.zip
Doc: Fix link to Exten in Vec::set_len
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/vec.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/vec.rs b/src/liballoc/vec.rs
index 5b53a6a2899..b1741f00507 100644
--- a/src/liballoc/vec.rs
+++ b/src/liballoc/vec.rs
@@ -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