Cleanup #6
Annotations
19 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
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/
|
contracts/contract-callback/src/contract.rs#L115
unused import: `crate::msg::GetCountResponse`
|
contracts/contract-callback/src/contract.rs#L119
unused import: `from_json`
|
contracts/contract-callback/src/contract.rs#L120
unused import: `serde_json::to_vec`
|
contracts/contract-callback/src/handlers/execute.rs#L1
unused import: `Deps`
|
contracts/contract-callback/src/handlers/execute.rs#L2
unused import: `prost::Message`
|
contracts/contract-callback/src/handlers/query.rs#L76
unused imports: `mock_env`, `mock_info`
|
contracts/contract-callback/src/handlers/query.rs#L77
unused imports: `coins`, `from_json`
|
contracts/contract-callback/src/contract.rs#L142
unused variable: `res`
|
contracts/contract-callback/src/contract.rs#L184
unused variable: `res`
|
contracts/contract-callback/src/handlers/query.rs#L81
variable does not need to be mutable
|
contracts/contract-callback/src/handlers/execute.rs#L1
unused import: `Deps`
|
contracts/contract-callback/src/handlers/execute.rs#L2
unused import: `prost::Message`
|
|
This job succeeded
Loading