Update Rust crate clap to v4.6.6 #53
Annotations
2 errors and 1 warning
|
Review
Internal server error. Correlation ID: f41b65a8-4ce5-4b9c-9e07-ed92f3fea99e
|
|
rust
The job was not acquired by Runner of type hosted even after multiple attempts
|
|
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: `*"-"`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#cmp_owned
= note: `#[warn(clippy::cmp_owned)]` on by default
|