Merge pull request #76 from Grinkers/master #58
Annotations
14 warnings
Build
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/
|
Build
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/
|
Build
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/
|
Build
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/
|
Build:
src/lib.rs#L58
it is more concise to loop over references to containers instead of using explicit iteration methods
|
Build:
src/lib.rs#L83
implicitly cloning a `Vec` by calling `to_owned` on its dereferenced type
|
Build:
src/lib.rs#L86
implicitly cloning a `String` by calling `to_owned` on its dereferenced type
|
Build:
src/lib.rs#L87
implicitly cloning a `Version` by calling `to_owned` on its dereferenced type
|
Build:
src/lib.rs#L89
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
|
Build:
src/lib.rs#L91
redundant closure
|
Build:
src/lib.rs#L91
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
|
Build:
src/lib.rs#L92
implicitly cloning a `Option` by calling `to_owned` on its dereferenced type
|
Build:
src/lib.rs#L124
used `flat_map` where `filter_map` could be used instead
|
Build:
src/lib.rs#L128
calling `String::default()` is more clear than this expression
|