]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #45993 - QuietMisdreavus:anti-cow, r=kennytm
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Thu, 16 Nov 2017 09:05:05 +0000 (10:05 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2017 09:05:05 +0000 (10:05 +0100)
commit8debe610ee91ad544ec65d38e4a89e69bdac8705
tree78406a478eda0947bc382630d7459b8ed00cf158
parented64b97d613f32d9f1ba889068c2dd71883b8c87
parent479b91901ddab2a3f50c6fd88660695576816c8b
Rollup merge of #45993 - QuietMisdreavus:anti-cow, r=kennytm

examples in Cow::into_owned don't need to wrap result in Cows

This totally confused me until i triple-checked the actual return value and opened the examples in the playground myself.

r? @rust-lang/docs