Ci/fixup workflows #104
Annotations
20 warnings
|
src/server.rs#L263
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
|
src/server.rs#L133
redundant pattern matching, consider using `is_ok()`
|
|
src/server.rs#L48
very complex type used. Consider factoring parts into `type` definitions
|
|
src/pact_support.rs#L98
useless conversion to the same type: `http::Error`
|
|
src/pact_support.rs#L98
redundant closure
|
|
src/pact_support.rs#L93
useless conversion to the same type: `http::Error`
|
|
src/pact_support.rs#L93
redundant closure
|
|
src/pact_support.rs#L39
unnecessarily eager cloning of iterator items
|
|
src/lib.rs#L152
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
src/lib.rs#L374
unused variable: `reload_rx`
|
|
|
|
src/lib.rs#L213
missing documentation for a function
|
|
src/lib.rs#L374
unused variable: `reload_rx`
|
|
|
|
src/lib.rs#L213
missing documentation for a function
|
|
src/lib.rs#L374
unused variable: `reload_rx`
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading