rust/compiler/rustc_middle
Guillaume Gomez 46b93b2e44
Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514
avoid full-slicing slices

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
2021-02-16 19:21:20 +01:00
..
2020-08-30 18:45:07 +03:00
2021-02-14 18:03:11 +03:00
2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.