mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Remove stale #[allow]s whose lints no longer fire (a module-level non_camel_case_types in mpspec, and a too_many_arguments on a riscv64 configure_system that no longer exceeds the argument threshold), and convert the still-needed ones to #[expect]. Part of #8326. Signed-off-by: Tushar Khatri <hello@tusharkhatri.in>