fix: service macro comments #520
lint.yml
on: pull_request
fmt
18s
clippy
55s
lint-docs
35s
check-external-types
0s
public-api-diff
2m 10s
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/
|