]> git.lizzy.rs Git - rust.git/commit
docs(marker/copy): clarify that `&T` is also `Copy`
authorJan Riemer <janriemer@users.noreply.github.com>
Sun, 2 Aug 2020 12:57:19 +0000 (14:57 +0200)
committerGitHub <noreply@github.com>
Sun, 2 Aug 2020 12:57:19 +0000 (14:57 +0200)
commit7835c8c06cc80b5a0d3d08c1ab1b91240a8aec52
tree6f60453b159a96d4f134d696365cb47994871ab5
parent1e9913807841153729f92e438e6189184cbf561f
docs(marker/copy): clarify that `&T` is also `Copy`

In the current documentation about the `Copy` marker trait, there is a section
about "additional implementors", which list additional implementors of the `Copy` trait.
The fact that shared references are also `Copy` is mixed with another point,
which makes it hard to recognize and make it seem not as important.

This clarifies the fact that shared references are also `Copy`, by mentioning it as a
separate item in the list of "additional implementors".
library/core/src/marker.rs