Skip to content

Conditionals

Conditionals #17

Triggered via pull request February 17, 2024 15:55
Status Failure
Total duration 1m 20s
Artifacts

check.yml

on: pull_request
stable / fmt
6s
stable / fmt
Matrix: clippy
Matrix: nightly / doc
Matrix: ubuntu / stable / features
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 4 warnings
beta / clippy
reviewdog exited with status code: 1
stable / clippy
reviewdog exited with status code: 1
beta / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
beta / clippy: build.rs#L51
[clippy] reported by reviewdog 🐶 warning: useless conversion to the same type: `&str` --> build.rs:51:25 | 51 | let headers = match target.into() { | ^^^^^^^^^^^^^ help: consider removing `.into()`: `target` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default Raw Output: build.rs:51:25:w:warning: useless conversion to the same type: `&str` --> build.rs:51:25 | 51 | let headers = match target.into() { | ^^^^^^^^^^^^^ help: consider removing `.into()`: `target` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default __END__
stable / clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
stable / clippy: build.rs#L51
[clippy] reported by reviewdog 🐶 warning: useless conversion to the same type: `&str` --> build.rs:51:25 | 51 | let headers = match target.into() { | ^^^^^^^^^^^^^ help: consider removing `.into()`: `target` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default Raw Output: build.rs:51:25:w:warning: useless conversion to the same type: `&str` --> build.rs:51:25 | 51 | let headers = match target.into() { | ^^^^^^^^^^^^^ help: consider removing `.into()`: `target` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_conversion = note: `#[warn(clippy::useless_conversion)]` on by default __END__