fix(deps): bump time from 0.3.43 to 0.3.44 #782
lint.yml
on: pull_request
Check format with fmt
15s
Check with clippy
59s
commit
20s
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
|