Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Includes several miscellaneous changes #228

Includes several miscellaneous changes

Includes several miscellaneous changes #228

Triggered via pull request May 2, 2024 22:21
@move47move47
synchronize #120
hg/fixing_GC
Status Success
Total duration 3m 13s
Artifacts

build_windows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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/.