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
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.
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
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.