cloud-hypervisor/arch/src/aarch64
Rob Bradford 85ad72490f arch: Address Rust 1.51.0 clippy issue (upper_case_acronyms)
error: name `RSDPPastRamEnd` contains a capitalized acronym
  --> arch/src/lib.rs:59:5
   |
59 |     RSDPPastRamEnd,
   |     ^^^^^^^^^^^^^^ help: consider making the acronym lowercase, except the initial letter: `RsdpPastRamEnd`
   |
   = note: `-D clippy::upper-case-acronyms` implied by `-D warnings`
   = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#upper_case_acronyms

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
2021-03-26 11:32:09 +00:00
..
gic arch: aarch64: Fix rust 1.48 clippy warnings 2020-11-20 17:09:28 +01:00
fdt.rs aarch64: Add PL061 for device tree implementation 2021-03-16 20:27:15 +08:00
layout.rs aarch64: Add PL061 for device tree implementation 2021-03-16 20:27:15 +08:00
mod.rs arch: Address Rust 1.51.0 clippy issue (upper_case_acronyms) 2021-03-26 11:32:09 +00:00
regs.rs hypervisor, arch: rename "OneRegister" and relevant code 2020-10-08 08:55:10 +02:00