Skip to content

Maintain

Maintain #404

Triggered via push October 17, 2025 02:39
Status Success
Total duration 28s
Artifacts

checks.yml

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

Annotations

5 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/master/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/master/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/master/index.html#manual_is_multiple_of = 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/master/index.html#manual_is_multiple_of = note: `#[deny(clippy::manual_is_multiple_of)]` implied by `#[deny(clippy::all)]` __END__
Task cargo clippy: src/hex/hexify.rs#L243
[clippy] reported by reviewdog 🐶 error: this expression borrows a value the compiler would automatically borrow --> src/hex/hexify.rs:243:3 | 243 | (&b"Love Jane Forever".to_vec()).hexify(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `b"Love Jane Forever".to_vec()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow note: the lint level is defined here --> src/lib.rs:1:9 | 1 | #![deny(clippy::all, missing_docs, unused_crate_dependencies)] | ^^^^^^^^^^^ = note: `#[deny(clippy::needless_borrow)]` implied by `#[deny(clippy::all)]` Raw Output: src/hex/hexify.rs:243:3:e:error: this expression borrows a value the compiler would automatically borrow --> src/hex/hexify.rs:243:3 | 243 | (&b"Love Jane Forever".to_vec()).hexify(), | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `b"Love Jane Forever".to_vec()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow note: the lint level is defined here --> src/lib.rs:1:9 | 1 | #![deny(clippy::all, missing_docs, unused_crate_dependencies)] | ^^^^^^^^^^^ = note: `#[deny(clippy::needless_borrow)]` implied by `#[deny(clippy::all)]` __END__
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/master/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/master/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/master/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/master/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__