Skip to content

Update Swatinem/rust-cache action to v2.8.2

3eb7de0
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Update Swatinem/rust-cache action to v2.8.2 #42

Update Swatinem/rust-cache action to v2.8.2
3eb7de0
Select commit
Loading
Failed to load commit list.
GitHub Actions / clippy succeeded Nov 26, 2025 in 0s

clippy

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.91.1 (ed61e7d7e 2025-11-07)
  • cargo 1.91.1 (ea2d97820 2025-10-10)
  • clippy 0.1.91 (ed61e7d7e2 2025-11-07)

Annotations

Check warning on line 27 in src/main.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this creates an owned instance just for comparison

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