fix(deps): bump clap from 4.5.48 to 4.5.50 #796
lint.yml
on: pull_request
Check format with fmt
10s
Check with clippy
55s
commit
17s
Annotations
5 warnings
|
Check format with fmt
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/
|
|
Check format with fmt
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/
|
|
Check format with fmt
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/
|
|
Check format with fmt
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/
|
|
struct `AnnotationsDoesntExist` is never constructed:
src/errors.rs#L13
warning: struct `AnnotationsDoesntExist` is never constructed
--> src/errors.rs:13:12
|
13 | pub struct AnnotationsDoesntExist;
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|