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

Commit eeb14e8

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

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
@@ -1557,7 +1557,7 @@ Executed at: {executed_at}"#,
15571557
!self.config.full_bootstrap
15581558
&& !self.config.download_rustc()
15591559
&& stage >= 2
1560-
&& (self.hosts.iter().any(|h| *h == target) || target == self.build)
1560+
&& (self.hosts.contains(&target) || target == self.build)
15611561
}
15621562

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

0 commit comments

Comments
 (0)