We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
x clippy ci
1 parent 96b6df5 commit eeb14e8Copy full SHA for eeb14e8
src/bootstrap/src/lib.rs
@@ -1557,7 +1557,7 @@ Executed at: {executed_at}"#,
1557
!self.config.full_bootstrap
1558
&& !self.config.download_rustc()
1559
&& stage >= 2
1560
- && (self.hosts.iter().any(|h| *h == target) || target == self.build)
+ && (self.hosts.contains(&target) || target == self.build)
1561
}
1562
1563
/// Checks whether the `compiler` compiling for `target` should be forced to
0 commit comments