ci: remove unused triage board workflow #119
Annotations
126 warnings
|
build (ubuntu-latest, stable)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu-latest, stable):
src/server.rs#L263
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
|
build (ubuntu-latest, stable):
src/server.rs#L133
redundant pattern matching, consider using `is_ok()`
|
|
build (ubuntu-latest, stable):
src/server.rs#L48
very complex type used. Consider factoring parts into `type` definitions
|
|
build (ubuntu-latest, stable):
src/pact_support.rs#L98
useless conversion to the same type: `http::Error`
|
|
build (ubuntu-latest, stable):
src/pact_support.rs#L98
redundant closure
|
|
build (ubuntu-latest, stable):
src/pact_support.rs#L93
useless conversion to the same type: `http::Error`
|
|
build (ubuntu-latest, stable):
src/pact_support.rs#L93
redundant closure
|
|
build (ubuntu-latest, stable):
src/pact_support.rs#L39
unnecessarily eager cloning of iterator items
|
|
build (ubuntu-latest, stable):
src/lib.rs#L153
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (ubuntu-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (ubuntu-latest, stable)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (ubuntu-latest, stable):
src/lib.rs#L214
missing documentation for a function
|
|
build (ubuntu-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (ubuntu-latest, stable)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (ubuntu-latest, stable):
src/lib.rs#L214
missing documentation for a function
|
|
build (ubuntu-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (ubuntu-latest, stable)
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/
|
|
build (ubuntu-latest, stable)
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/
|
|
build (ubuntu-latest, stable)
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/
|
|
build (ubuntu-latest, stable)
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/
|
|
build (ubuntu-latest, beta)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (ubuntu-latest, beta):
src/server.rs#L263
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
|
build (ubuntu-latest, beta):
src/server.rs#L133
redundant pattern matching, consider using `is_ok()`
|
|
build (ubuntu-latest, beta):
src/server.rs#L48
very complex type used. Consider factoring parts into `type` definitions
|
|
build (ubuntu-latest, beta):
src/pact_support.rs#L98
useless conversion to the same type: `http::Error`
|
|
build (ubuntu-latest, beta):
src/pact_support.rs#L98
redundant closure
|
|
build (ubuntu-latest, beta):
src/pact_support.rs#L93
useless conversion to the same type: `http::Error`
|
|
build (ubuntu-latest, beta):
src/pact_support.rs#L93
redundant closure
|
|
build (ubuntu-latest, beta):
src/pact_support.rs#L39
unnecessarily eager cloning of iterator items
|
|
build (ubuntu-latest, beta):
src/lib.rs#L153
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (ubuntu-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (ubuntu-latest, beta)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (ubuntu-latest, beta):
src/lib.rs#L214
missing documentation for a function
|
|
build (ubuntu-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (ubuntu-latest, beta)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (ubuntu-latest, beta):
src/lib.rs#L214
missing documentation for a function
|
|
build (ubuntu-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (ubuntu-latest, beta)
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/
|
|
build (ubuntu-latest, beta)
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/
|
|
build (ubuntu-latest, beta)
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/
|
|
build (ubuntu-latest, beta)
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/
|
|
build (windows-latest, beta)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (windows-latest, beta):
src/server.rs#L263
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
|
build (windows-latest, beta):
src/server.rs#L133
redundant pattern matching, consider using `is_ok()`
|
|
build (windows-latest, beta):
src/server.rs#L48
very complex type used. Consider factoring parts into `type` definitions
|
|
build (windows-latest, beta):
src/pact_support.rs#L98
useless conversion to the same type: `http::Error`
|
|
build (windows-latest, beta):
src/pact_support.rs#L98
redundant closure
|
|
build (windows-latest, beta):
src/pact_support.rs#L93
useless conversion to the same type: `http::Error`
|
|
build (windows-latest, beta):
src/pact_support.rs#L93
redundant closure
|
|
build (windows-latest, beta):
src/pact_support.rs#L39
unnecessarily eager cloning of iterator items
|
|
build (windows-latest, beta):
src/lib.rs#L153
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (windows-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (windows-latest, beta)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (windows-latest, beta):
src/lib.rs#L214
missing documentation for a function
|
|
build (windows-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (windows-latest, beta)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (windows-latest, beta):
src/lib.rs#L214
missing documentation for a function
|
|
build (windows-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (windows-latest, beta)
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/
|
|
build (windows-latest, beta)
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/
|
|
build (windows-latest, beta)
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/
|
|
build (windows-latest, beta)
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/
|
|
build (windows-latest, stable)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (windows-latest, stable):
src/server.rs#L263
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
|
build (windows-latest, stable):
src/server.rs#L133
redundant pattern matching, consider using `is_ok()`
|
|
build (windows-latest, stable):
src/server.rs#L48
very complex type used. Consider factoring parts into `type` definitions
|
|
build (windows-latest, stable):
src/pact_support.rs#L98
useless conversion to the same type: `http::Error`
|
|
build (windows-latest, stable):
src/pact_support.rs#L98
redundant closure
|
|
build (windows-latest, stable):
src/pact_support.rs#L93
useless conversion to the same type: `http::Error`
|
|
build (windows-latest, stable):
src/pact_support.rs#L93
redundant closure
|
|
build (windows-latest, stable):
src/pact_support.rs#L39
unnecessarily eager cloning of iterator items
|
|
build (windows-latest, stable):
src/lib.rs#L153
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (windows-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (windows-latest, stable)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (windows-latest, stable):
src/lib.rs#L214
missing documentation for a function
|
|
build (windows-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (windows-latest, stable)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (windows-latest, stable):
src/lib.rs#L214
missing documentation for a function
|
|
build (windows-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (windows-latest, stable)
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/
|
|
build (windows-latest, stable)
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/
|
|
build (windows-latest, stable)
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/
|
|
build (windows-latest, stable)
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/
|
|
build (macos-latest, beta)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (macos-latest, beta):
src/server.rs#L263
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
|
build (macos-latest, beta):
src/server.rs#L133
redundant pattern matching, consider using `is_ok()`
|
|
build (macos-latest, beta):
src/server.rs#L48
very complex type used. Consider factoring parts into `type` definitions
|
|
build (macos-latest, beta):
src/pact_support.rs#L98
useless conversion to the same type: `http::Error`
|
|
build (macos-latest, beta):
src/pact_support.rs#L98
redundant closure
|
|
build (macos-latest, beta):
src/pact_support.rs#L93
useless conversion to the same type: `http::Error`
|
|
build (macos-latest, beta):
src/pact_support.rs#L93
redundant closure
|
|
build (macos-latest, beta):
src/pact_support.rs#L39
unnecessarily eager cloning of iterator items
|
|
build (macos-latest, beta):
src/lib.rs#L153
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (macos-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (macos-latest, beta)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (macos-latest, beta):
src/lib.rs#L214
missing documentation for a function
|
|
build (macos-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (macos-latest, beta)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (macos-latest, beta):
src/lib.rs#L214
missing documentation for a function
|
|
build (macos-latest, beta):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (macos-latest, beta)
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/
|
|
build (macos-latest, beta)
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/
|
|
build (macos-latest, beta)
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/
|
|
build (macos-latest, beta)
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/
|
|
build (macos-latest, stable)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build (macos-latest, stable):
src/server.rs#L263
you seem to be trying to use `match` for destructuring a single pattern. Consider using `if let`
|
|
build (macos-latest, stable):
src/server.rs#L133
redundant pattern matching, consider using `is_ok()`
|
|
build (macos-latest, stable):
src/server.rs#L48
very complex type used. Consider factoring parts into `type` definitions
|
|
build (macos-latest, stable):
src/pact_support.rs#L98
useless conversion to the same type: `http::Error`
|
|
build (macos-latest, stable):
src/pact_support.rs#L98
redundant closure
|
|
build (macos-latest, stable):
src/pact_support.rs#L93
useless conversion to the same type: `http::Error`
|
|
build (macos-latest, stable):
src/pact_support.rs#L93
redundant closure
|
|
build (macos-latest, stable):
src/pact_support.rs#L39
unnecessarily eager cloning of iterator items
|
|
build (macos-latest, stable):
src/lib.rs#L153
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (macos-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (macos-latest, stable)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (macos-latest, stable):
src/lib.rs#L214
missing documentation for a function
|
|
build (macos-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (macos-latest, stable)
`pact-stub-server` (lib) generated 2 warnings (run `cargo fix --lib -p pact-stub-server` to apply 1 suggestion)
|
|
build (macos-latest, stable):
src/lib.rs#L214
missing documentation for a function
|
|
build (macos-latest, stable):
src/lib.rs#L376
unused variable: `reload_rx`
|
|
build (macos-latest, stable)
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/
|
|
build (macos-latest, stable)
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/
|
|
build (macos-latest, stable)
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/
|
|
build (macos-latest, stable)
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/
|