chore(deps): update all other updates #76
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
|