Conditionals #17
check.yml
on: pull_request
stable / fmt
6s
Matrix: clippy
Matrix: nightly / doc
Matrix: ubuntu / stable / features
Matrix: msrv
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__
|