about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2017-04-12 00:45:49 +0000
committerbors <bors@rust-lang.org>2017-04-12 00:45:49 +0000
commitda32752d92589e99feab80921b9eecb6090cf310 (patch)
tree9832f02c18cd5bb0ad0b33607ea46912e4974b50 /src/libstd
parentf8107c0d7ce4f39364fc96d0eeb6a23673491f81 (diff)
parent72538dee4dbfe28882ae5ff37d4ae0cdafe758d5 (diff)
downloadrust-da32752d92589e99feab80921b9eecb6090cf310.tar.gz
rust-da32752d92589e99feab80921b9eecb6090cf310.zip
Auto merge of #41237 - frewsxcv:rollup, r=frewsxcv
Rollup of 8 pull requests

- Successful merges: #40377, #40559, #41173, #41202, #41204, #41209, #41216, #41231
- Failed merges:
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs
index 5b2053e929a..052340a0f25 100644
--- a/src/libstd/primitive_docs.rs
+++ b/src/libstd/primitive_docs.rs
@@ -277,7 +277,7 @@ mod prim_pointer { }
 /// Arrays of sizes from 0 to 32 (inclusive) implement the following traits if
 /// the element type allows it:
 ///
-/// - [`Clone`][clone] (only if `T: [Copy][copy]`)
+/// - [`Clone`][clone] (only if `T: `[`Copy`][copy])
 /// - [`Debug`][debug]
 /// - [`IntoIterator`][intoiterator] (implemented for `&[T; N]` and `&mut [T; N]`)
 /// - [`PartialEq`][partialeq], [`PartialOrd`][partialord], [`Eq`][eq], [`Ord`][ord]