mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
4ca3151568
Implementation note: The most probable place for users to find the documentation is at https://doc.rust-lang.org/std/slice/trait.SliceIndex.html On that page, documentation added to specific methods will not be visible. As such, I opted to add the comments to the impl blocks directly. Helps with #121568.