rust/library
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
..
alloc Rollup merge of #94022 - jongiddy:cow-into-owned-docs, r=Dylan-DPC 2022-04-26 13:22:26 +02:00
backtrace@b02ed04a7e
core Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov 2022-04-26 01:21:20 +02:00
panic_abort
panic_unwind
portable-simd portable-simd: use simd_arith_offset to avoid ptr-int transmutation 2022-04-12 11:09:26 -04:00
proc_macro Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov 2022-04-26 01:21:20 +02:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #95246 - ChrisDenton:command-args, r=joshtriplett 2022-04-25 07:28:09 +00:00
stdarch@d215afe9d1
test
unwind