mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-20 03:06:21 +00:00
We don't need to put the length of the `riscv_hwprobe` array into a variable. This commit removes that variable and gives the length of the output slice to the `__riscv_hwprobe` directly.