Auto merge of #76395 - dylni:adjust-documentation-for-slice-check-range, r=jyn514

Adjust documentation for slice_check_range

Adjust documentation for #76393.
This commit is contained in:
bors 2020-09-07 09:16:46 +00:00
commit f76eda3f01
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
# `slice_check_range`
The tracking issue for this feature is: [#76393]
------------------------
This adds [`slice::check_range`].
[#76393]: https://github.com/rust-lang/rust/issues/76393
[`slice::check_range`]: https://doc.rust-lang.org/nightly/std/primitive.slice.html#method.check_range