Skip to content

feat(subcmd/clean): add --keep-downloadable and `--keep-downloadabl… #1490

feat(subcmd/clean): add --keep-downloadable and `--keep-downloadabl…

feat(subcmd/clean): add --keep-downloadable and `--keep-downloadabl… #1490

GitHub Actions / clippy succeeded Feb 15, 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.84.1 (e71f9a9a9 2025-01-27)
  • cargo 1.84.1 (66221abde 2024-11-19)
  • clippy 0.1.84 (e71f9a9a98 2025-01-27)

Annotations

Check warning on line 66 in src/subcommand/clean.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unused variable: `partial`

warning: unused variable: `partial`
  --> src/subcommand/clean.rs:66:13
   |
66 |         let partial = download_dir.join("partial");
   |             ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_partial`
   |
   = note: `#[warn(unused_variables)]` on by default