Skip to content

Update Rust crate clap to v4.6.6 #53

Update Rust crate clap to v4.6.6

Update Rust crate clap to v4.6.6 #53

Triggered via pull request August 6, 2026 17:54
Status Failure
Total duration 15m 2s
Artifacts

review.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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