This repository has been archived by the owner on Dec 3, 2024. It is now read-only.
Includes several miscellaneous changes #228
Annotations
3 errors and 1 warning
use of `or_insert` to construct default value:
src/service.rs#L176
error: use of `or_insert` to construct default value
--> src/service.rs:176:14
|
176 | .or_insert(BuiderStatesInfo::default());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
= note: `-D clippy::unwrap-or-default` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unwrap_or_default)]`
|
use of `or_insert` to construct default value:
src/service.rs#L176
error: use of `or_insert` to construct default value
--> src/service.rs:176:14
|
176 | .or_insert(BuiderStatesInfo::default());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
= note: `-D clippy::unwrap-or-default` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unwrap_or_default)]`
|
use of `or_insert` to construct default value:
src/service.rs#L176
error: use of `or_insert` to construct default value
--> src/service.rs:176:14
|
176 | .or_insert(BuiderStatesInfo::default());
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try: `or_default()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unwrap_or_default
= note: `-D clippy::unwrap-or-default` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::unwrap_or_default)]`
|
windows
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: arduino/setup-protoc@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|