]> git.lizzy.rs Git - rust.git/commit
implement RFC 1521
authorAlex Burka <durka42+github@gmail.com>
Thu, 5 May 2016 02:09:51 +0000 (22:09 -0400)
committerAlex Burka <aburka@seas.upenn.edu>
Thu, 5 May 2016 02:16:06 +0000 (22:16 -0400)
commitc5aa8794908425a36e71e9628a23c5d15f66c65e
tree778558175e1bc5f7f052f9cfef72724b7a21055c
parent7a0ccc458f32b2cb2dee33d7a02954a70c09c34b
implement RFC 1521

Adds documentation to Clone, specifying that Copy types should have a trivial Clone impl.

Fixes #33416.
src/libcore/clone.rs