rust/compiler/rustc_infer
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
..
src Rollup merge of #82163 - matthiaskrgr:slice, r=jyn514 2021-02-16 19:21:20 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00