From ac45badca90d46cb94c0a3d9acf2ba613f3b16c3 Mon Sep 17 00:00:00 2001 From: Rain Date: Tue, 13 Jun 2023 17:34:46 -0700 Subject: [PATCH] [nextest-runner] disable clippy lint --- nextest-runner/src/update.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/nextest-runner/src/update.rs b/nextest-runner/src/update.rs index aa98bb77500..9c957e4a622 100644 --- a/nextest-runner/src/update.rs +++ b/nextest-runner/src/update.rs @@ -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) {