mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 14:58:57 +00:00
Improve documentation for slice strip_* functions Prompted by the stabilisation tracking issue #73413 I looked at the docs for `strip_prefix` and `strip_suffix` for both `str` and `slice`, and I felt they could be slightly improved. Thanks for your attention.