ci: bump ci image to rust 1.73.0 (#1830)

Co-authored-by: command-bot <>
This commit is contained in:
Mira Ressel
2023-10-11 19:49:59 +02:00
committed by GitHub
parent 1d9ec57276
commit 447e753323
28 changed files with 164 additions and 137 deletions
@@ -779,6 +779,7 @@ fn worst_case_pov(
/// A simple match statement which outputs the log 16 of some value.
fn easy_log_16(i: u32) -> u32 {
#[allow(clippy::redundant_guards)]
match i {
i if i == 0 => 0,
i if i <= 16 => 1,