rust/library/core
Jan Riemer 7835c8c06c
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".
2020-08-02 14:57:19 +02:00
..
benches
src docs(marker/copy): clarify that &T is also Copy 2020-08-02 14:57:19 +02:00
tests add tests for array_chunks 2020-07-30 10:50:34 +02:00
Cargo.toml