Skip to content

Bump criterion from 0.6.0 to 0.8.1 (#218) #413

Bump criterion from 0.6.0 to 0.8.1 (#218)

Bump criterion from 0.6.0 to 0.8.1 (#218) #413

Triggered via push December 8, 2025 01:04
Status Success
Total duration 25s
Artifacts

checks.yml

on: push
Matrix: cargo-checks
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Task cargo clippy: src/hex/dehexify.rs#L347
[clippy] reported by reviewdog 🐶 error: manual implementation of `.is_multiple_of()` --> src/hex/dehexify.rs:347:5 | 347 | if hex.len() % 2 != 0 { | ^^^^^^^^^^^^^^^^^^ help: replace with: `!hex.len().is_multiple_of(2)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#manual_is_multiple_of Raw Output: src/hex/dehexify.rs:347:5:e:error: manual implementation of `.is_multiple_of()` --> src/hex/dehexify.rs:347:5 | 347 | if hex.len() % 2 != 0 { | ^^^^^^^^^^^^^^^^^^ help: replace with: `!hex.len().is_multiple_of(2)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#manual_is_multiple_of __END__
Task cargo clippy: src/hex/dehexify.rs#L178
[clippy] reported by reviewdog 🐶 error: manual implementation of `.is_multiple_of()` --> src/hex/dehexify.rs:178:5 | 178 | if hex.len() % 2 != 0 { | ^^^^^^^^^^^^^^^^^^ help: replace with: `!hex.len().is_multiple_of(2)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#manual_is_multiple_of note: the lint level is defined here --> src/lib.rs:1:9 | 1 | #![deny(clippy::all, missing_docs, unused_crate_dependencies)] | ^^^^^^^^^^^ = note: `#[deny(clippy::manual_is_multiple_of)]` implied by `#[deny(clippy::all)]` Raw Output: src/hex/dehexify.rs:178:5:e:error: manual implementation of `.is_multiple_of()` --> src/hex/dehexify.rs:178:5 | 178 | if hex.len() % 2 != 0 { | ^^^^^^^^^^^^^^^^^^ help: replace with: `!hex.len().is_multiple_of(2)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#manual_is_multiple_of note: the lint level is defined here --> src/lib.rs:1:9 | 1 | #![deny(clippy::all, missing_docs, unused_crate_dependencies)] | ^^^^^^^^^^^ = note: `#[deny(clippy::manual_is_multiple_of)]` implied by `#[deny(clippy::all)]` __END__