cloud-hypervisor/vmm
Ruoqing He 6164aa0885 misc: Replace div_round_up operation with div_ceil
As clippy of rust-toolchain version 1.83.0-beta.1 suggests, replace
manually implemented `div_round_up!` and the like with `div_ceil` from
std.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
2024-10-18 17:46:39 +00:00
..
src misc: Replace div_round_up operation with div_ceil 2024-10-18 17:46:39 +00:00
build.rs build: Add "fuzzing" as a valid cfg(..) attribute 2024-05-08 08:10:28 +00:00
Cargo.toml build: Bump once_cell from 1.19.0 to 1.20.2 2024-10-07 14:07:19 +00:00