rust/library/alloc
Yuki Okushi 2673026995
Rollup merge of #82041 - notriddle:shared-from-slice-docs, r=m-ou-se
Add docs for shared_from_slice From impls

The advantage of making these docs is mostly in pointing out that these
functions all make new allocations and copy/clone/move the source into them.

These docs are on the function, and not the `impl` block, to avoid showing
the "[+] show undocumented items" button.

CC #51430
2021-02-13 16:36:51 +09:00
..
benches Reorder benches const variable 2020-09-29 21:39:24 +08:00
src Rollup merge of #82041 - notriddle:shared-from-slice-docs, r=m-ou-se 2021-02-13 16:36:51 +09:00
tests Auto merge of #81126 - oxalica:retain-early-drop, r=m-ou-se 2021-02-11 04:40:57 +00:00
Cargo.toml Update compiler_builtins to 0.1.39 2021-01-07 16:16:36 +09:00