Update Swatinem/rust-cache action to v2.8.2 #28
actionlint.yml
on: pull_request
runner / actionlint
12s
Annotations
2 warnings
|
runner / actionlint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
|
this creates an owned instance just for comparison:
src/main.rs#L27
warning: this creates an owned instance just for comparison
--> src/main.rs:27:20
|
27 | if cli.path == PathBuf::from("-") {
| ------------^^^^^^^^^^^^^^^^^^
| |
| help: try: `cli.path == "-"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.91.0/index.html#cmp_owned
= note: `#[warn(clippy::cmp_owned)]` on by default
|