Skip to content

chore(deps): update all other updates #80

chore(deps): update all other updates

chore(deps): update all other updates #80

Triggered via pull request December 8, 2025 08:33
Status Success
Total duration 32s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 warning
using `clone` on type `IntErrorKind` which implements the `Copy` trait: src/lib.rs#L698
warning: using `clone` on type `IntErrorKind` which implements the `Copy` trait --> src/lib.rs:698:14 | 698 | Self(err.kind().clone()) | ^^^^^^^^^^^^^^^^^^ help: try dereferencing it: `*err.kind()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#clone_on_copy = note: `#[warn(clippy::clone_on_copy)]` on by default