Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 07d514e

Browse files
committed
bless x clippy ci
Signed-off-by: onur-ozkan <work@onurozkan.dev>
1 parent b5cf44d commit 07d514e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1514,7 +1514,7 @@ Executed at: {executed_at}"#,
15141514
!self.config.full_bootstrap
15151515
&& !self.config.download_rustc()
15161516
&& stage >= 2
1517-
&& (self.hosts.iter().any(|h| *h == target) || target == self.build)
1517+
&& (self.hosts.contains(&target) || target == self.build)
15181518
}
15191519

15201520
/// Checks whether the `compiler` compiling for `target` should be forced to

0 commit comments

Comments
 (0)