Guillaume Gomez eaf8beb3f3
Rollup merge of #94022 - jongiddy:cow-into-owned-docs, r=Dylan-DPC
Clarify that `Cow::into_owned` returns owned data

Two sections of the `Cow::into_owned` docs imply that `into_owned` returns a `Cow`. Clarify that it returns the underlying owned object, either cloned or extracted from the `Cow`.
2022-04-26 13:22:26 +02:00
..
2022-04-13 15:39:35 +10:00
2022-04-05 23:18:40 +02:00
2022-04-06 01:36:46 +05:30
2022-04-05 23:18:40 +02:00
2022-04-09 09:27:32 -04:00