rust/compiler/rustc_hir_pretty
Matthias Krüger 4390a61b64 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 00:31:11 +01:00
..
2021-02-16 00:31:11 +01:00
2020-08-30 18:45:07 +03:00