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

Support Non-permissioned builder/ logic refactoring #96

Support Non-permissioned builder/ logic refactoring

Support Non-permissioned builder/ logic refactoring #96

Triggered via pull request April 3, 2024 22:29
Status Failure
Total duration 1m 3s
Artifacts

build_windows.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
this let-binding has unit value: src/lib.rs#L41
error: this let-binding has unit value --> src/lib.rs:41:21 | 41 | let _ = core::mem::swap(self, &mut replace); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: omit the `let` binding: `core::mem::swap(self, &mut replace);` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `-D clippy::let-unit-value` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::let_unit_value)]`
this let-binding has unit value: src/lib.rs#L41
error: this let-binding has unit value --> src/lib.rs:41:21 | 41 | let _ = core::mem::swap(self, &mut replace); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: omit the `let` binding: `core::mem::swap(self, &mut replace);` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `-D clippy::let-unit-value` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::let_unit_value)]`
this let-binding has unit value: src/lib.rs#L41
error: this let-binding has unit value --> src/lib.rs:41:21 | 41 | let _ = core::mem::swap(self, &mut replace); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: omit the `let` binding: `core::mem::swap(self, &mut replace);` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#let_unit_value = note: `-D clippy::let-unit-value` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::let_unit_value)]`
windows
Process completed with exit code 1.
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/.