Update README #256
Annotations
4 warnings
the item `TryInto` is imported redundantly:
src/lib.rs#L15
warning: the item `TryInto` is imported redundantly
--> src/lib.rs:15:27
|
15 | use core::{cmp::Ordering, convert::TryInto, result::Result as CoreResult, str};
| ^^^^^^^^^^^^^^^^
|
::: /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:65:39
|
65 | pub use crate::convert::{TryFrom, TryInto};
| ------- the item `TryInto` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
|
the item `TryInto` is imported redundantly:
src/lib.rs#L15
warning: the item `TryInto` is imported redundantly
--> src/lib.rs:15:27
|
15 | use core::{cmp::Ordering, convert::TryInto, result::Result as CoreResult, str};
| ^^^^^^^^^^^^^^^^
|
::: /home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/prelude/mod.rs:65:39
|
65 | pub use crate::convert::{TryFrom, TryInto};
| ------- the item `TryInto` is already defined here
|
= note: `#[warn(unused_imports)]` on by default
|
Task cargo clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions-rs/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Task cargo clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|