mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

If we already have a slice, there is no need to get another full-range slice from that, just use the original. clippy::redundant_slicing
If we already have a slice, there is no need to get another full-range slice from that, just use the original. clippy::redundant_slicing