]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #24215 - alexcrichton:stabilize-clone-from, r=aturon
authorManish Goregaokar <manishsmail@gmail.com>
Thu, 9 Apr 2015 10:24:36 +0000 (15:54 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 9 Apr 2015 18:54:44 +0000 (00:24 +0530)
 This method hasn't really changed since is inception, and it can often be a
nice performance win for some situations. This method also imposes no burden on
implementors or users of `Clone` as it's just a default method on the side.

1  2 
src/libcore/clone.rs

Simple merge