When upgrading from Fedora 41 to Fedora 43 for our CI tests, (Which I do in
https://patchew.org/QEMU/20260216212952.420120-1-jsnow@redhat.com/),
clippy begins complaining about not using checked_div instead of
manually checking divisors; see https://gitlab.com/jsnow/qemu/-/jobs/13169193931
This patch aims to make Clippy happy and prevent any regressions caused
by the lcitool refresh.
(Tested only via GitLab CI, and I am not exactly a rust wizard...)
John Snow (1):
rust: use checked_div to make clippy happy
rust/hw/core/src/qdev.rs | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
--
2.53.0