rust/compiler/rustc_builtin_macros
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
..
src avoid full-slicing slices 2021-02-16 00:31:11 +01:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00