about summary refs log tree commit diff
path: root/src/libcore/array.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2016-03-01 20:09:00 +0000
committerbors <bors@rust-lang.org>2016-03-01 20:09:00 +0000
commit84d8fec9b014975145eb0d9d6ec29216593e10f6 (patch)
tree8acd329d3f0851feea711022b75163c89dc3e94a /src/libcore/array.rs
parentf25f0e8de91436fbf2630150d17569525e09bab6 (diff)
parentfbe9f10266f73de2edd205b9edb8c71a264e272c (diff)
downloadrust-84d8fec9b014975145eb0d9d6ec29216593e10f6.tar.gz
rust-84d8fec9b014975145eb0d9d6ec29216593e10f6.zip
Auto merge of #31993 - steveklabnik:rollup, r=steveklabnik
- Successful merges: #31965, #31969, #31973, #31978, #31984, #31987, #31992
- Failed merges:
Diffstat (limited to 'src/libcore/array.rs')
-rw-r--r--src/libcore/array.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/array.rs b/src/libcore/array.rs
index 0c5eada2165..45fc5ff8009 100644
--- a/src/libcore/array.rs
+++ b/src/libcore/array.rs
@@ -12,7 +12,7 @@
 //! up to a certain length. Eventually we should able to generalize
 //! to all lengths.
 //!
-//! *[See also the array primitive type](../primitive.array.html).*
+//! *[See also the array primitive type](../../std/primitive.array.html).*
 
 #![unstable(feature = "fixed_size_array",
             reason = "traits and impls are better expressed through generic \