chore: Cleanup error handling, visibility #239
Annotations
17 warnings
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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
|
src/adapters/mod.rs#L125
use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
|
|
tests/sync.rs#L3
unused imports: `activity`, `gists`, `issues`, `licenses`, `meta`, `rate_limit`, `reactions`, `repos`, `search`, `self`, and `users`
|
tests/sync.rs#L6
unused import: `roctogen::adapters::client`
|
tests/sync.rs#L7
unused import: `roctogen::auth::Auth`
|
tests/sync.rs#L8
unused import: `roctogen::models`
|
tests/sync.rs#L10
unused imports: `debug` and `info`
|
|
src/adapters/ureq.rs#L70
unused variable: `request`
|
src/adapters/mod.rs#L125
use of `async fn` in public traits is discouraged as auto trait bounds cannot be specified
|
|
This job succeeded
Loading