mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-07-01 22:50:54 +00:00
Replace assert_eq! with literal bool values with assert! or assert! with negation for more idiomatic assertions to fix clippy warnings in Rust 1.93. Assisted-by: IBM Bob Signed-off-by: stevenhorsman <steven@uk.ibm.com>