Skip to content

fix: service macro comments #520

fix: service macro comments

fix: service macro comments #520

Triggered via pull request October 2, 2024 00:16
Status Success
Total duration 2m 19s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
clippy: actix-web/tests/test_service.rs#L20
[clippy] reported by reviewdog 🐶 error: `assert_eq` of unit values detected. This will always succeed --> actix-web/tests/test_service.rs:20:9 | 20 | assert_eq!(result, ()); | ^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_cmp = note: `#[deny(clippy::unit_cmp)]` on by default Raw Output: actix-web/tests/test_service.rs:20:9:e:error: `assert_eq` of unit values detected. This will always succeed --> actix-web/tests/test_service.rs:20:9 | 20 | assert_eq!(result, ()); | ^^^^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unit_cmp = note: `#[deny(clippy::unit_cmp)]` on by default __END__
clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1.0.1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/