Skip to content

[SUPPORT] Added Current Thread Name Support In Logging as Mentioned i… #219

[SUPPORT] Added Current Thread Name Support In Logging as Mentioned i…

[SUPPORT] Added Current Thread Name Support In Logging as Mentioned i… #219

Triggered via pull request April 10, 2024 18:47
Status Failure
Total duration 6m 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
fmt
Process completed with exit code 1.
public-api-diff: actix-web/src/middleware/logger.rs#L616
expected tuple struct or tuple variant, found unit variant `FormatText::ThreadName`
public-api-diff
Process completed with exit code 1.
lint-docs: actix-web/src/middleware/logger.rs#L616
expected tuple struct or tuple variant, found unit variant `FormatText::ThreadName`
lint-docs
Process completed with exit code 101.
clippy: actix-web/src/middleware/logger.rs#L536
[clippy] reported by reviewdog 🐶 error[E0532]: expected tuple struct or tuple variant, found unit variant `FormatText::ThreadName` --> actix-web/src/middleware/logger.rs:616:13 | 536 | ThreadName, | ---------- `FormatText::ThreadName` defined here ... 616 | FormatText::ThreadName() => { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use this syntax instead: `FormatText::ThreadName` Raw Output: actix-web/src/middleware/logger.rs:536:5:e:error[E0532]: expected tuple struct or tuple variant, found unit variant `FormatText::ThreadName` --> actix-web/src/middleware/logger.rs:616:13 | 536 | ThreadName, | ---------- `FormatText::ThreadName` defined here ... 616 | FormatText::ThreadName() => { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use this syntax instead: `FormatText::ThreadName` __END__
clippy
reviewdog exited with status code: 1
fmt: actix-web/src/middleware/logger.rs#L10
Diff in /home/runner/work/actix-web/actix-web/actix-web/src/middleware/logger.rs
clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: giraffate/clippy-action@v1.0.1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.