]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41204 - remexre:master, r=steveklabnik
authorCorey Farwell <coreyf@rwell.org>
Tue, 11 Apr 2017 22:36:15 +0000 (18:36 -0400)
committerGitHub <noreply@github.com>
Tue, 11 Apr 2017 22:36:15 +0000 (18:36 -0400)
Fixes incorrect formatting in array's documentation.

Changes

 - [`Clone`][clone] (only if `T: [Copy][copy]`)

to

 - [`Clone`][clone] (only if `T: `[`Copy`](copy))

r? @steveklabnik


Trivial merge