]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #23995 - aturon:cow-as-ref, r=huonw
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 4 Apr 2015 05:23:37 +0000 (10:53 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 4 Apr 2015 05:23:37 +0000 (10:53 +0530)
 The existing impl had the too-strong requirement of `Clone`, when only
`ToOwned` was needed.


Trivial merge