fix: move #[global_allocator] from lib to binary crate #118
Annotations
126 warnings and 2 notices
|
build (ubuntu-latest, stable)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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#L152
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (ubuntu-latest, stable):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (ubuntu-latest, stable):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (ubuntu-latest, stable):
src/lib.rs#L372
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 (macos-latest, stable)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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#L152
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (macos-latest, stable):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (macos-latest, stable):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (macos-latest, stable):
src/lib.rs#L372
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/
|
|
build (ubuntu-latest, beta)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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#L152
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (ubuntu-latest, beta):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (ubuntu-latest, beta):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (ubuntu-latest, beta):
src/lib.rs#L372
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 (macos-latest, beta)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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#L152
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (macos-latest, beta):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (macos-latest, beta):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (macos-latest, beta):
src/lib.rs#L372
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 (windows-latest, stable)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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#L152
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (windows-latest, stable):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (windows-latest, stable):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (windows-latest, stable):
src/lib.rs#L372
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 (windows-latest, beta)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions-rs/cargo@v1, actions-rs/toolchain@v1, actions/checkout@v2. Actions will be forced to run with Node.js 24 by default starting June 16th, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. 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#L152
you seem to be trying to use `match` for an equality check. Consider using `if`
|
|
build (windows-latest, beta):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (windows-latest, beta):
src/lib.rs#L372
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#L210
missing documentation for a function
|
|
build (windows-latest, beta):
src/lib.rs#L372
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)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|
|
build (windows-latest, beta)
NOTICE: windows-latest requests are being redirected to windows-2025-vs2026 by June 15, 2026
|