rust/compiler/rustc_target/src
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
..
abi Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink 2021-02-03 06:00:43 +00:00
asm Use Symbol for inline asm register class names 2020-12-10 13:51:56 -08:00
spec avoid full-slicing slices 2021-02-16 00:31:11 +01:00
lib.rs Dogfood 'str_split_once() with compiler/ 2020-12-07 12:48:44 -07:00