rust/library/core/src/slice
bors 3f7ccb4cf5 Auto merge of #76688 - yokodake:patch-2, r=kodrAus
Document unsafety in core::slice::memchr

Contributes to #66219

Note sure if that's good enough, especially for the `align_to` call.
The docs only mention transmuting and I don't think that everything related to reference lifetimes and state validity mentioned in the [nomicon](https://doc.rust-lang.org/nomicon/transmutes.html) are relevant here.
2020-11-25 02:49:28 +00:00
..
iter Rename Iterator::get_unchecked 2020-09-25 19:52:01 +01:00
ascii.rs Move ascii to new module 2020-09-14 09:35:54 +00:00
cmp.rs Add lexicographical comparison doc 2020-10-26 22:39:43 +08:00
index.rs Check for exhaustion in SliceIndex for RangeInclusive 2020-10-20 17:18:08 -07:00
iter.rs Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt 2020-10-27 08:44:41 +09:00
memchr.rs Document unsafety in core::slice::memchr 2020-10-05 11:34:03 +02:00
mod.rs Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrum 2020-11-22 21:38:03 +00:00
raw.rs use array::from_ref for slices 2020-09-23 21:56:23 +02:00
rotate.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
sort.rs Fix automatic_links warnings 2020-11-05 10:22:08 +01:00