chore(deps): update dependency rust to v1.83.0 #1429
Annotations
2 errors and 10 warnings
rust
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
rust
Process completed with exit code 1.
|
rust:
src/slack.rs#L31
[clippy] reported by reviewdog 🐶
variants `Warning`, `Danger`, `Merged`, and `Closed` are never constructed
Raw Output:
src/slack.rs:31:10: warning: variants `Warning`, `Danger`, `Merged`, and `Closed` are never constructed (dead_code)
|
rust:
src/slack.rs#L45
[clippy] reported by reviewdog 🐶
associated function `from_string` is never used
Raw Output:
src/slack.rs:45:1: warning: associated function `from_string` is never used (dead_code)
|
rust:
src/github/mod.rs#L16
[clippy] reported by reviewdog 🐶
fields `organization` and `installation` are never read
Raw Output:
src/github/mod.rs:16:12: warning: fields `organization` and `installation` are never read (dead_code)
|
rust:
src/github/mod.rs#L26
[clippy] reported by reviewdog 🐶
fields `number`, `organization`, and `installation` are never read
Raw Output:
src/github/mod.rs:26:12: warning: fields `number`, `organization`, and `installation` are never read (dead_code)
|
rust:
src/github/mod.rs#L38
[clippy] reported by reviewdog 🐶
fields `organization` and `installation` are never read
Raw Output:
src/github/mod.rs:38:12: warning: fields `organization` and `installation` are never read (dead_code)
|
rust:
src/github/mod.rs#L48
[clippy] reported by reviewdog 🐶
method `is_pull_request` is never used
Raw Output:
src/github/mod.rs:48:1: warning: method `is_pull_request` is never used (dead_code)
|
rust:
src/github/common.rs#L5
[clippy] reported by reviewdog 🐶
multiple fields are never read
Raw Output:
src/github/common.rs:5:12: warning: multiple fields are never read (dead_code)
|
rust:
src/github/common.rs#L28
[clippy] reported by reviewdog 🐶
multiple fields are never read
Raw Output:
src/github/common.rs:28:12: warning: multiple fields are never read (dead_code)
|
rust:
src/github/common.rs#L44
[clippy] reported by reviewdog 🐶
multiple fields are never read
Raw Output:
src/github/common.rs:44:12: warning: multiple fields are never read (dead_code)
|
rust:
src/github/common.rs#L125
[clippy] reported by reviewdog 🐶
fields `key`, `name`, `spdx_id`, `url`, and `node_id` are never read
Raw Output:
src/github/common.rs:125:12: warning: fields `key`, `name`, `spdx_id`, `url`, and `node_id` are never read (dead_code)
|