Skip to content

Commit

Permalink
Fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Jan 22, 2025
1 parent 1ac297f commit e3a4ab1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/criticalup-cli/src/commands/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ pub(crate) async fn run(
binary_name
}
};
#[cfg(not(windows))]
let binary_name = binary_name.clone();

let candidate_binary = bin_path.join(binary_name);
if candidate_binary.exists() {
Expand Down

0 comments on commit e3a4ab1

Please sign in to comment.