mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +00:00
ci: bump ci image to rust 1.73.0 (#1830)
Co-authored-by: command-bot <>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user