mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
3946079d37
A few improvements to the slice docs.
* Simplify `Option::iter_mut` doc example.
* Document 'empty' corner-cases for `slice::{starts_with, ends_with}`.
* Indicate 'true' as code-like.