Merge pull request #524 from alsuren/dependabot/cargo/thiserror-1.0.63 #1476
Annotations
4 warnings
accessing first element with `nodes.get(0)`:
applehat/src/ui.rs#L76
warning: accessing first element with `nodes.get(0)`
--> applehat/src/ui.rs:76:52
|
76 | if let Some((device_id, node_id, _)) = nodes.get(0) {
| ^^^^^^^^^^^^ help: try: `nodes.first()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#get_first
= note: `#[warn(clippy::get_first)]` on by default
|
direct implementation of `ToString`:
homie-controller/src/values.rs#L297
warning: direct implementation of `ToString`
--> homie-controller/src/values.rs:297:1
|
297 | / impl ToString for EnumValue {
298 | | fn to_string(&self) -> String {
299 | | self.0.to_string()
300 | | }
301 | | }
| |_^
|
= help: prefer implementing `Display` instead
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#to_string_trait_impl
= note: `#[warn(clippy::to_string_trait_impl)]` on by default
|
build
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/
|
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|