Skip to content

Commit

Permalink
[nextest-runner] disable clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers committed Jun 14, 2023
1 parent c6d1b98 commit ac45bad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nextest-runner/src/update.rs
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ impl<'a> MuktiUpdateContext<'a> {
))
})?;
let tmp_backup_dir_prefix = format!("__{}_backup", self.context.package_name);
#[allow(clippy::redundant_clone)]
let tmp_backup_filename = tmp_backup_dir_prefix.clone();

if cfg!(windows) {
Expand Down

0 comments on commit ac45bad

Please sign in to comment.